eqemu-server/common/patches/template_structs.h
2013-02-16 16:14:39 -08:00

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_*/