diff options
author | Max Horn | 2008-02-01 23:37:16 +0000 |
---|---|---|
committer | Max Horn | 2008-02-01 23:37:16 +0000 |
commit | 7adfb1a2955f84a310d31777b193bdf5f33e0c0b (patch) | |
tree | 4028626e19d943032190a098b03ca191afc9337a | |
parent | 5dfabb24d064a1a05cf4adc8d5f3f88c125ba5df (diff) | |
download | scummvm-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
-rw-r--r-- | engines/engine.h | 4 |
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" |