From 458be4d8cb1dbbe06d748c4e759131e02e73b467 Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Sat, 2 Jan 2021 17:47:43 -0500 Subject: more d_save funcs OK, initial map out of dcomifg_play_c and it's classes --- include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h (limited to 'include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h') 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 -- cgit v1.2.3