SDL_Struct
Name
SDL_Structure -- short description here.
Structure Definition
typedef struct {
Uint32 variable1;
Uint32 variable2;
} SDL_Struct;
Structure Data
variable1 |
This variable is useful because... |
variable2 |
info |
etc |
info |
Description
This structure is used..
