aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel/service.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/service.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/service.h')
-rwxr-xr-xengines/sword25/kernel/service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sword25/kernel/service.h b/engines/sword25/kernel/service.h
index d79194f41a..c5ca98f747 100755
--- a/engines/sword25/kernel/service.h
+++ b/engines/sword25/kernel/service.h
@@ -31,11 +31,11 @@
Autor: Malte Thiesen
*/
-#ifndef _BS_SERVICE_H
-#define _BS_SERVICE_H
+#ifndef SWORD25_SERVICE_H
+#define SWORD25_SERVICE_H
// Includes
-#include "common.h"
+#include "sword25/kernel/common.h"
// Klassendefinition
class BS_Kernel;
@@ -54,4 +54,4 @@ public:
virtual ~BS_Service(){};
};
-#endif \ No newline at end of file
+#endif