aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/sjisfont.h
diff options
context:
space:
mode:
authornegativeExponent2020-08-04 19:49:04 +0800
committernegativeExponent2020-08-04 20:40:58 +0800
commit908e426cc1ef2187357ed8fb59edd99b8a8060c9 (patch)
tree21a394548a7357d12af17014efc0453ad32be23e /libpcsxcore/sjisfont.h
parent996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2 (diff)
downloadpcsx_rearmed-908e426cc1ef2187357ed8fb59edd99b8a8060c9.tar.gz
pcsx_rearmed-908e426cc1ef2187357ed8fb59edd99b8a8060c9.tar.bz2
pcsx_rearmed-908e426cc1ef2187357ed8fb59edd99b8a8060c9.zip
Add header guards
Diffstat (limited to 'libpcsxcore/sjisfont.h')
-rw-r--r--libpcsxcore/sjisfont.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpcsxcore/sjisfont.h b/libpcsxcore/sjisfont.h
index 105d624..0692648 100644
--- a/libpcsxcore/sjisfont.h
+++ b/libpcsxcore/sjisfont.h
@@ -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__ */