aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge_main.h
diff options
context:
space:
mode:
authoreriktorbjorn2011-06-19 07:59:37 +0200
committereriktorbjorn2011-06-19 07:59:37 +0200
commit3871c71f0e6f5202e935ac7119fefedde1f8e449 (patch)
treef38c170ce19b222531750db7f105c60e56e85eda /engines/cge/cge_main.h
parent77d5c25472f414c2b0c49a920329a6811d271281 (diff)
downloadscummvm-rg350-3871c71f0e6f5202e935ac7119fefedde1f8e449.tar.gz
scummvm-rg350-3871c71f0e6f5202e935ac7119fefedde1f8e449.tar.bz2
scummvm-rg350-3871c71f0e6f5202e935ac7119fefedde1f8e449.zip
CGE: Fix compilation under GCC
Unfortunately, I had to stub a few things but this all looks like code that will have to be rewritten later anyway.
Diffstat (limited to 'engines/cge/cge_main.h')
-rw-r--r--engines/cge/cge_main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/cge_main.h b/engines/cge/cge_main.h
index fa27274803..3c9fede6fb 100644
--- a/engines/cge/cge_main.h
+++ b/engines/cge/cge_main.h
@@ -28,8 +28,8 @@
#ifndef __CGE__
#define __CGE__
-#include "cge\wav.h"
-#include "cge\vga13h.h"
+#include "cge/wav.h"
+#include "cge/vga13h.h"
namespace CGE {