diff options
Diffstat (limited to 'source/game/StarAiDatabase.hpp')
-rw-r--r-- | source/game/StarAiDatabase.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarAiDatabase.hpp b/source/game/StarAiDatabase.hpp index 04632ab..00c02e3 100644 --- a/source/game/StarAiDatabase.hpp +++ b/source/game/StarAiDatabase.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_AI_DATABASE_HPP -#define STAR_AI_DATABASE_HPP +#pragma once #include "StarAiTypes.hpp" @@ -58,5 +57,3 @@ private: }; } - -#endif |