Update JoeyLib Structures

Scott Duensing 2019-10-17 18:13:43 -05:00
parent d322f331bc
commit c243fa7806

@ -7,11 +7,11 @@ Represents a pair of pixels. On the IIgs, pixels are stored as 4 bit values wit
#### jlSoundT #### 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. 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 #### jlStackT
Stack data type for use with the stack utility functions. Stack data type for use with the stack utility functions.
#### jlStaT
In-memory representation of a static image file.
#### jlVecT #### jlVecT
In-memory representation of a vector image file. In-memory representation of a vector image file.