diff options
Diffstat (limited to 'engines/tony')
-rw-r--r-- | engines/tony/tony.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tony/tony.h b/engines/tony/tony.h index 40bace8db8..fc47e1a1bf 100644 --- a/engines/tony/tony.h +++ b/engines/tony/tony.h @@ -20,8 +20,8 @@ * */ -#ifndef TONY_H -#define TONY_H +#ifndef TONY_TONY_H +#define TONY_TONY_H #include "common/scummsys.h" #include "common/system.h" @@ -242,4 +242,4 @@ extern TonyEngine *g_vm; } // End of namespace Tony -#endif /* TONY_H */ +#endif /* TONY_TONY_H */ |