]> Shamusworld >> Repos - thunder/blob - src/icon-64x64.h
Added save states; updated application icon.
[thunder] / src / icon-64x64.h
1 #ifndef __ICON_64X64_H__
2 #define __ICON_64X64_H__
3
4 #include <cstdint>
5
6 extern uint8_t icon[];
7
8 #endif  // __ICON_64X64_H__
9