diff options
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 |
