diff options
Diffstat (limited to 'source/game/StarPlayerLog.hpp')
-rw-r--r-- | source/game/StarPlayerLog.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlayerLog.hpp b/source/game/StarPlayerLog.hpp index ce76e49..61993bb 100644 --- a/source/game/StarPlayerLog.hpp +++ b/source/game/StarPlayerLog.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLAYER_LOG_HPP -#define STAR_PLAYER_LOG_HPP +#pragma once #include "StarSet.hpp" #include "StarJson.hpp" @@ -53,5 +52,3 @@ private: }; } - -#endif |