diff options
| author | unknown <pheenoh@gmail.com> | 2020-12-03 21:03:25 -0500 |
|---|---|---|
| committer | unknown <pheenoh@gmail.com> | 2020-12-03 21:03:25 -0500 |
| commit | 1c7bf89fffbb087fca3ed3bab192d6aa3fd9de98 (patch) | |
| tree | 2f34acdc1f68ccb2e18664a94e20f1fa961f8fbd /include/JSystem/J2DGraph | |
| parent | 91fc5f6f532817dca0763a6e7841ce2a75ecb54d (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.h | 7 |
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 |
