aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2008-02-01 23:37:16 +0000
committerMax Horn2008-02-01 23:37:16 +0000
commit7adfb1a2955f84a310d31777b193bdf5f33e0c0b (patch)
tree4028626e19d943032190a098b03ca191afc9337a /engines
parent5dfabb24d064a1a05cf4adc8d5f3f88c125ba5df (diff)
downloadscummvm-rg350-7adfb1a2955f84a310d31777b193bdf5f33e0c0b.tar.gz
scummvm-rg350-7adfb1a2955f84a310d31777b193bdf5f33e0c0b.tar.bz2
scummvm-rg350-7adfb1a2955f84a310d31777b193bdf5f33e0c0b.zip
engine.h was moved from base/ to engines/ ages ago -- update header file protector accordingly
svn-id: r30724
Diffstat (limited to 'engines')
-rw-r--r--engines/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/engine.h b/engines/engine.h
index 36b04e464d..73d529cc62 100644
--- a/engines/engine.h
+++ b/engines/engine.h
@@ -22,8 +22,8 @@
* $Id$
*/
-#ifndef BASE_ENGINE_H
-#define BASE_ENGINE_H
+#ifndef ENGINES_ENGINE_H
+#define ENGINES_ENGINE_H
#include "common/scummsys.h"
#include "common/str.h"