summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
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/J2DGraph
parent91fc5f6f532817dca0763a6e7841ce2a75ecb54d (diff)
begin adding d_com_inf_game, add include guards to headers
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DScreen/J2DScreen.h7
1 files changed, 6 insertions, 1 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