diff options
Diffstat (limited to 'source/game/StarNetPackets.hpp')
-rw-r--r-- | source/game/StarNetPackets.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarNetPackets.hpp b/source/game/StarNetPackets.hpp index a02f9bc..98455e2 100644 --- a/source/game/StarNetPackets.hpp +++ b/source/game/StarNetPackets.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_NET_PACKETS_HPP -#define STAR_NET_PACKETS_HPP +#pragma once #include "StarDataStream.hpp" #include "StarWorldTiles.hpp" @@ -904,5 +903,3 @@ struct SystemObjectSpawnPacket : PacketBase<PacketType::SystemObjectSpawn> { JsonObject parameters; }; } - -#endif |