diff options
author | Eugene Sandulenko | 2010-10-08 22:33:58 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-10-08 22:33:58 +0000 |
commit | 3aa0345ab3e609f84ba09461a5c89fca0fcc4107 (patch) | |
tree | 06a7b95a6c17b2184adf9a69defa9267e9fcc8a4 | |
parent | cf82bef02ee2941ddad6664e34f3c94e35e015a3 (diff) | |
download | scummvm-rg350-3aa0345ab3e609f84ba09461a5c89fca0fcc4107.tar.gz scummvm-rg350-3aa0345ab3e609f84ba09461a5c89fca0fcc4107.tar.bz2 scummvm-rg350-3aa0345ab3e609f84ba09461a5c89fca0fcc4107.zip |
TOON: Fixed guard defines
svn-id: r53088
-rw-r--r-- | engines/toon/picture.h | 4 | ||||
-rw-r--r-- | engines/toon/state.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/engines/toon/picture.h b/engines/toon/picture.h index b01981b917..ae67bf4e30 100644 --- a/engines/toon/picture.h +++ b/engines/toon/picture.h @@ -23,8 +23,8 @@ * */ -#ifndef PICTURE_H -#define PICTURE_H +#ifndef TOON_PICTURE_H +#define TOON_PICTURE_H #include "common/stream.h" #include "common/array.h" diff --git a/engines/toon/state.h b/engines/toon/state.h index 7759535877..abfcc5542c 100644 --- a/engines/toon/state.h +++ b/engines/toon/state.h @@ -23,8 +23,8 @@ * */ -#ifndef STATE_H -#define STATE_H +#ifndef TOON_STATE_H +#define TOON_STATE_H #include "common/file.h" #include "common/str.h" |