mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 05:41:29 +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
|