summaryrefslogtreecommitdiff
path: root/include/JSystem
diff options
context:
space:
mode:
authorunknown <pheenoh@gmail.com>2020-12-03 21:03:25 -0500
committerunknown <pheenoh@gmail.com>2020-12-03 21:03:25 -0500
commit1c7bf89fffbb087fca3ed3bab192d6aa3fd9de98 (patch)
tree2f34acdc1f68ccb2e18664a94e20f1fa961f8fbd /include/JSystem
parent91fc5f6f532817dca0763a6e7841ce2a75ecb54d (diff)
begin adding d_com_inf_game, add include guards to headers
Diffstat (limited to 'include/JSystem')
-rw-r--r--include/JSystem/J2DGraph/J2DScreen/J2DScreen.h7
-rw-r--r--include/JSystem/JKernel/JKRArchive/JKRArchive.h7
2 files changed, 12 insertions, 2 deletions
diff --git a/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h b/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h
index 3a21374774..ef6cd04dc1 100644
--- a/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h
+++ b/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h
@@ -1,3 +1,8 @@
+#ifndef J2DSCREEN_H_
+#define J2DSCREEN_H_
+
class J2DScreen {
-}; \ No newline at end of file
+};
+
+#endif \ No newline at end of file
diff --git a/include/JSystem/JKernel/JKRArchive/JKRArchive.h b/include/JSystem/JKernel/JKRArchive/JKRArchive.h
index 9cd3f4cdf6..d0a776359b 100644
--- a/include/JSystem/JKernel/JKRArchive/JKRArchive.h
+++ b/include/JSystem/JKernel/JKRArchive/JKRArchive.h
@@ -1,3 +1,8 @@
+#ifndef JKRARCHIVE_H_
+#define JKRARCHIVE_H_
+
class JKRArchive {
-}; \ No newline at end of file
+};
+
+#endif \ No newline at end of file