diff options
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_info.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ai/ai_info.hpp b/src/ai/ai_info.hpp index 5bb1c9f5e..ace456a79 100644 --- a/src/ai/ai_info.hpp +++ b/src/ai/ai_info.hpp @@ -9,8 +9,8 @@ /** @file ai_info.hpp AIInfo keeps track of all information of an AI, like Author, Description, ... */ -#ifndef AI_INFO -#define AI_INFO +#ifndef AI_INFO_HPP +#define AI_INFO_HPP #ifdef ENABLE_AI @@ -158,4 +158,4 @@ private: }; #endif /* ENABLE_AI */ -#endif /* AI_INFO */ +#endif /* AI_INFO_HPP */ |