diff options
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r-- | source/game/StarPlayer.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlayer.hpp b/source/game/StarPlayer.hpp index 1ac97a2..766f16e 100644 --- a/source/game/StarPlayer.hpp +++ b/source/game/StarPlayer.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLAYER_HPP -#define STAR_PLAYER_HPP +#pragma once #include "StarUuid.hpp" #include "StarNetElementSystem.hpp" @@ -656,5 +655,3 @@ private: }; } - -#endif |