aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel/window.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-29 19:55:03 +0000
committerEugene Sandulenko2010-10-12 21:47:48 +0000
commit7b964a2823406721ec1200938948c0cfcdb3f1b1 (patch)
tree7e8df662c0cfd14e81596401c4b9aabbfbc32636 /engines/sword25/kernel/window.h
parent221fc150c6418c3eda949c149b3f6997f06ee341 (diff)
downloadscummvm-rg350-7b964a2823406721ec1200938948c0cfcdb3f1b1.tar.gz
scummvm-rg350-7b964a2823406721ec1200938948c0cfcdb3f1b1.tar.bz2
scummvm-rg350-7b964a2823406721ec1200938948c0cfcdb3f1b1.zip
SWORD25: Make couple file compilable
svn-id: r53179
Diffstat (limited to 'engines/sword25/kernel/window.h')
-rwxr-xr-xengines/sword25/kernel/window.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sword25/kernel/window.h b/engines/sword25/kernel/window.h
index 6a6121f247..a89d8972c1 100755
--- a/engines/sword25/kernel/window.h
+++ b/engines/sword25/kernel/window.h
@@ -27,11 +27,11 @@
Autor: Malte Thiesen
*/
-#ifndef _BS_WINDOW_H
-#define _BS_WINDOW_H
+#ifndef SWORD25_WINDOW_H
+#define SWORD25_WINDOW_H
// Includes
-#include "common.h"
+#include "sword25/kernel/common.h"
// Klassendefinition
/**
@@ -173,4 +173,4 @@ public:
static BS_Window* CreateBSWindow(int X, int Y, int Width, int Height, bool Visible);
};
-#endif \ No newline at end of file
+#endif