mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-02 06:52:58 +00:00
5 lines
62 B
C
5 lines
62 B
C
|
|
struct sdlappicon {
|
|
Sint32 width,height;
|
|
Uint8 *pixels;
|
|
};
|