Data used for multi-line text output
Defined in SDL_test_font.h
typedef struct SDLTest_TextWindow { SDL_Rect rect; int current; int numlines; char **lines; } SDLTest_TextWindow;
CategoryAPI, CategoryAPIStruct