mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
29 lines
253 B
C++
29 lines
253 B
C++
#ifndef TEMPLATE_STRUCTS_H_
|
|
#define TEMPLATE_STRUCTS_H_
|
|
|
|
namespace TEMPLATE {
|
|
namespace structs {
|
|
|
|
|
|
//paste contents of eq_packet_structs.h here...
|
|
|
|
|
|
|
|
}; //end namespace structs
|
|
}; //end namespace TEMPLATE
|
|
|
|
|
|
|
|
|
|
#endif /*TEMPLATE_STRUCTS_H_*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|