mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 15:47:46 +00:00
fix dependency on packetcontainer when gameconnection handlers are split into another file
This commit is contained in:
parent
b247f69a96
commit
cc31adcbe3
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
namespace Sapphire::Network::Packets
|
namespace Sapphire::Network::Packets
|
||||||
{
|
{
|
||||||
class GamePacket;
|
class GamePacket;
|
||||||
|
class PacketContainer;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Sapphire::Network
|
namespace Sapphire::Network
|
||||||
|
|
Loading…
Add table
Reference in a new issue