diff options
Diffstat (limited to 'source/game/StarStatCollection.hpp')
-rw-r--r-- | source/game/StarStatCollection.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarStatCollection.hpp b/source/game/StarStatCollection.hpp index c535ef1..acb7e8f 100644 --- a/source/game/StarStatCollection.hpp +++ b/source/game/StarStatCollection.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_STAT_COLLECTION_HPP -#define STAR_STAT_COLLECTION_HPP +#pragma once #include "StarEither.hpp" #include "StarNetElementSystem.hpp" @@ -66,5 +65,3 @@ private: }; } - -#endif |