]> Shamusworld >> Repos - thunder/blobdiff - src/icon-64x64.h
Initial conversion to SDL 2.
[thunder] / src / icon-64x64.h
diff --git a/src/icon-64x64.h b/src/icon-64x64.h
new file mode 100644 (file)
index 0000000..c813989
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __ICON_64X64_H__
+#define __ICON_64X64_H__
+
+#include <stdint.h>
+
+extern uint8_t icon[];
+
+#endif // __ICON_64X64_H__
+