diff options
Diffstat (limited to 'source/game/StarGameTimers.hpp')
-rw-r--r-- | source/game/StarGameTimers.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarGameTimers.hpp b/source/game/StarGameTimers.hpp index 15380e6..2679cdf 100644 --- a/source/game/StarGameTimers.hpp +++ b/source/game/StarGameTimers.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_GAME_TIMERS_HPP -#define STAR_GAME_TIMERS_HPP +#pragma once #include "StarGameTypes.hpp" #include "StarJson.hpp" @@ -73,5 +72,3 @@ private: }; } - -#endif |