diff --git a/JoeyLib-Data-Types.md b/JoeyLib-Data-Types.md index 5d45603..d27e150 100644 --- a/JoeyLib-Data-Types.md +++ b/JoeyLib-Data-Types.md @@ -10,6 +10,9 @@ Signed 16 bit integer. Guaranteed to be 16 bits on all supported targets. #### jint32 Signed 32 bit integer. Guaranteed to be 32 bits on all supported targets. +#### jlSurfaceT +Pointer to a block of memory containing a display surface. + #### juint16 Unsigned 16 bit integer. Guaranteed to be 16 bits on all supported targets.