raze-gles/polymer/eduke32/build/include/sdlappicon.h

6 lines
65 B
C

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