diff options
Diffstat (limited to 'source/game/StarUniverseConnection.hpp')
-rw-r--r-- | source/game/StarUniverseConnection.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarUniverseConnection.hpp b/source/game/StarUniverseConnection.hpp index 12b3aa5..666e2da 100644 --- a/source/game/StarUniverseConnection.hpp +++ b/source/game/StarUniverseConnection.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_UNIVERSE_CONNECTION_HPP -#define STAR_UNIVERSE_CONNECTION_HPP +#pragma once #include "StarNetPacketSocket.hpp" @@ -112,5 +111,3 @@ private: }; } - -#endif |