diff options
Diffstat (limited to 'source/game/StarNetPacketSocket.hpp')
-rw-r--r-- | source/game/StarNetPacketSocket.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarNetPacketSocket.hpp b/source/game/StarNetPacketSocket.hpp index bfdd20c..3530310 100644 --- a/source/game/StarNetPacketSocket.hpp +++ b/source/game/StarNetPacketSocket.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_NET_PACKET_SOCKET_HPP -#define STAR_NET_PACKET_SOCKET_HPP +#pragma once #include "StarTcp.hpp" #include "StarAtomicSharedPtr.hpp" @@ -170,5 +169,3 @@ private: }; } - -#endif |