mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 04:52:16 +00:00
e7c9a0be5d
git-svn-id: https://svn.eduke32.com/eduke32@4078 1a8010ca-5511-0410-912e-c29ae57300e0
5 lines
65 B
C
5 lines
65 B
C
|
|
struct sdlappicon {
|
|
int32_t width,height;
|
|
uint8_t *pixels;
|
|
};
|