diff options
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPicture/J2DPicture.h | 8 | ||||
| -rw-r--r-- | include/JSystem/J2DGraph/J2DScreen/J2DScreen.h | 6 | ||||
| -rw-r--r-- | include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h | 8 |
3 files changed, 20 insertions, 2 deletions
diff --git a/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h b/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h new file mode 100644 index 0000000000..35d90e7b20 --- /dev/null +++ b/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h @@ -0,0 +1,8 @@ +#ifndef __J2DPICTURE_H_ +#define __J2DPICTURE_H_ + +#include "global.h" + +class J2DPicture{}; + +#endif
\ No newline at end of file diff --git a/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h b/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h index 52cffc57a2..c917c070f3 100644 --- a/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h +++ b/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h @@ -1,5 +1,7 @@ -#ifndef J2DSCREEN_H_ -#define J2DSCREEN_H_ +#ifndef __J2DSCREEN_H_ +#define __J2DSCREEN_H_ + +#include "global.h" class J2DScreen {}; diff --git a/include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h b/include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h new file mode 100644 index 0000000000..15d6edf34c --- /dev/null +++ b/include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h @@ -0,0 +1,8 @@ +#ifndef __J2DTEXTBOX_H_ +#define __J2DTEXTBOX_H_ + +#include "global.h" + +class J2DTextBox{}; + +#endif
\ No newline at end of file |
