mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
Just style fixes
This commit is contained in:
parent
75c2dfffd2
commit
f6ae3a35c3
1 changed files with 9 additions and 8 deletions
|
@ -10,7 +10,8 @@ namespace Core {
|
||||||
namespace Network {
|
namespace Network {
|
||||||
namespace Packets {
|
namespace Packets {
|
||||||
|
|
||||||
class GamePacket {
|
class GamePacket
|
||||||
|
{
|
||||||
public:
|
public:
|
||||||
GamePacket( uint16_t subType, uint16_t size, uint32_t id1, uint32_t id2, uint16_t type = 0x03 );
|
GamePacket( uint16_t subType, uint16_t size, uint32_t id1, uint32_t id2, uint16_t type = 0x03 );
|
||||||
GamePacket( char* pData, uint16_t size, bool bWriteStamp = true );
|
GamePacket( char* pData, uint16_t size, bool bWriteStamp = true );
|
||||||
|
|
Loading…
Add table
Reference in a new issue