diff options
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/agi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/agi.h b/engines/agi/agi.h index 1baf0d912f..79d05c4b1d 100644 --- a/engines/agi/agi.h +++ b/engines/agi/agi.h @@ -20,8 +20,8 @@ * */ -#ifndef AGI_H -#define AGI_H +#ifndef AGI_AGI_H +#define AGI_AGI_H #include "common/scummsys.h" #include "common/error.h" @@ -991,4 +991,4 @@ private: } // End of namespace Agi -#endif /* AGI_H */ +#endif /* AGI_AGI_H */ |