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.