diff options
-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" |