mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
normalize includes: common
This commit is contained in:
@@ -1,28 +1,11 @@
|
||||
#ifndef TEMPLATE_STRUCTS_H_
|
||||
#define TEMPLATE_STRUCTS_H_
|
||||
#pragma once
|
||||
|
||||
namespace TEMPLATE {
|
||||
namespace structs {
|
||||
namespace TEMPLATE { namespace structs {
|
||||
|
||||
|
||||
//paste contents of eq_packet_structs.h here...
|
||||
|
||||
|
||||
|
||||
}; //end namespace structs
|
||||
}; //end namespace TEMPLATE
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /*TEMPLATE_STRUCTS_H_*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} // namespace structs
|
||||
} // namespace TEMPLATE
|
||||
|
||||
Reference in New Issue
Block a user