aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/talk.h')
-rw-r--r--engines/cge/talk.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/cge/talk.h b/engines/cge/talk.h
index 76539fbcf9..aab6834c28 100644
--- a/engines/cge/talk.h
+++ b/engines/cge/talk.h
@@ -29,6 +29,8 @@
#define __TALK__
#include "cge/vga13h.h"
+#include "cge/general.h"
+#include "cge/jbw.h"
//#include <dir.h>
namespace CGE {
@@ -45,7 +47,7 @@ namespace CGE {
-
+#define MAXPATH 128
class FONT
{
@@ -105,4 +107,4 @@ public:
} // End of namespace CGE
-#endif \ No newline at end of file
+#endif