mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include "bodytypes.h"
|
||||
|
||||
#include "common/global_define.h"
|
||||
|
||||
std::string BodyType::GetName(uint8 body_type_id)
|
||||
{
|
||||
return IsValid(body_type_id) ? body_type_names[body_type_id] : "UNKNOWN BODY TYPE";
|
||||
|
||||
Reference in New Issue
Block a user