mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-05 13:20:56 +00:00
5 lines
62 B
C
5 lines
62 B
C
|
|
struct sdlappicon {
|
|
Sint32 width,height;
|
|
Uint8 *pixels;
|
|
};
|