1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

fix dependency on packetcontainer when gameconnection handlers are split into another file

This commit is contained in:
NotAdam 2019-02-09 14:44:43 +11:00
parent b247f69a96
commit cc31adcbe3

View file

@ -14,6 +14,7 @@
namespace Sapphire::Network::Packets namespace Sapphire::Network::Packets
{ {
class GamePacket; class GamePacket;
class PacketContainer;
} }
namespace Sapphire::Network namespace Sapphire::Network