diff options
Diffstat (limited to 'source/frontend/StarAiInterface.hpp')
-rw-r--r-- | source/frontend/StarAiInterface.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarAiInterface.hpp b/source/frontend/StarAiInterface.hpp index 7a4a229..a800990 100644 --- a/source/frontend/StarAiInterface.hpp +++ b/source/frontend/StarAiInterface.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_AI_INTERFACE_HPP -#define STAR_AI_INTERFACE_HPP +#pragma once #include "StarAiTypes.hpp" #include "StarGameTimers.hpp" @@ -141,5 +140,3 @@ private: }; } - -#endif |