0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-02 06:52:58 +00:00
raze/polymer/eduke32/build/include/sdlappicon.h

5 lines
65 B
C

struct sdlappicon {
int32_t width,height;
uint8_t *pixels;
};