From 590967f3421210d0fa85c732ff42dff9e4357639 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 17 Oct 2019 18:00:48 -0500 Subject: [PATCH] Update JoeyLib Data Types --- JoeyLib-Data-Types.md | 3 +++ 1 file changed, 3 insertions(+) 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.