From c243fa7806939ce68a2cb28d4a09c80eefc4f7dd Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 17 Oct 2019 18:13:43 -0500 Subject: [PATCH] Update JoeyLib Structures --- JoeyLib-Structures.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JoeyLib-Structures.md b/JoeyLib-Structures.md index 49e1bc9..ae4f904 100644 --- a/JoeyLib-Structures.md +++ b/JoeyLib-Structures.md @@ -7,11 +7,11 @@ Represents a pair of pixels. On the IIgs, pixels are stored as 4 bit values wit #### jlSoundT The actual contents of this structure changes depending on which platform the application is running on. It is intended to be used as a handle for tracking and playing loaded sound effects. -#### jlStaT -In-memory representation of a static image file. - #### jlStackT Stack data type for use with the stack utility functions. +#### jlStaT +In-memory representation of a static image file. + #### jlVecT In-memory representation of a vector image file.