mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 04:52:16 +00:00
417b047cf3
git-svn-id: https://svn.eduke32.com/eduke32@6056 1a8010ca-5511-0410-912e-c29ae57300e0
5 lines
62 B
C
5 lines
62 B
C
|
|
struct sdlappicon {
|
|
Sint32 width,height;
|
|
Uint8 *pixels;
|
|
};
|