raze-gles/source/build/include/sdlappicon.h
hendricks266 417b047cf3 Bring the previous commit into effect.
git-svn-id: https://svn.eduke32.com/eduke32@6056 1a8010ca-5511-0410-912e-c29ae57300e0
2017-02-01 10:20:54 +00:00

5 lines
62 B
C

struct sdlappicon {
Sint32 width,height;
Uint8 *pixels;
};