]> Shamusworld >> Repos - thunder/blob - src/icon-64x64.h
Initial conversion to SDL 2.
[thunder] / src / icon-64x64.h
1 #ifndef __ICON_64X64_H__
2 #define __ICON_64X64_H__
3
4 #include <stdint.h>
5
6 extern uint8_t icon[];
7
8 #endif  // __ICON_64X64_H__
9