mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
16 lines
169 B
C++
16 lines
169 B
C++
#pragma once
|
|
|
|
#include "../servertalk.h"
|
|
|
|
namespace EQ
|
|
{
|
|
namespace Net
|
|
{
|
|
enum ServertalkPacketType
|
|
{
|
|
ServertalkClientHandshake,
|
|
ServertalkMessage,
|
|
};
|
|
}
|
|
}
|