summaryrefslogtreecommitdiff
path: root/include/JSystem
diff options
context:
space:
mode:
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