merge from libretro fork
[pcsx_rearmed.git] / libpcsxcore / sjisfont.h
index 105d624..0692648 100644 (file)
@@ -21,6 +21,9 @@
 // Converted to binary format by Wei Mingzhi <whistler_wmz@users.sf.net>.
 //
 
+#ifndef __SJISFONT_H__
+#define __SJISFONT_H__
+
 const unsigned char font_8140[] = {
        0x78, 0xda, 0xad, 0x3b, 0x3b, 0x90, 0x1b, 0xc9,
        0x75, 0x3d, 0x9f, 0x05, 0x1a, 0xcb, 0xe1, 0x4e,
@@ -6954,3 +6957,5 @@ const unsigned char font_889f[] = {
        0xeb, 0xe7, 0xa8, 0x89, 0x0a, 0x11, 0xbc, 0xbc,
        0x33, 0xf9, 0xff, 0xe8, 0xc4, 0x21, 0xbf
 };
+
+#endif /* __SJISFONT_H__ */