mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 04:52:16 +00:00
6 lines
65 B
C
6 lines
65 B
C
|
|
||
|
struct sdlappicon {
|
||
|
int32_t width,height;
|
||
|
uint8_t *pixels;
|
||
|
};
|