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