mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-07 06:13:52 +00:00
12 lines
155 B
C++
12 lines
155 B
C++
#pragma once
|
|
|
|
namespace TEMPLATE { namespace structs {
|
|
|
|
|
|
//paste contents of eq_packet_structs.h here...
|
|
|
|
|
|
|
|
} // namespace structs
|
|
} // namespace TEMPLATE
|