mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
Updated EQEmu::deity naming conventions
This commit is contained in:
+3
-3
@@ -67,9 +67,9 @@ namespace EQEmu
|
||||
bit_DeityVeeshan = 0x00010000
|
||||
};
|
||||
|
||||
extern DeityTypeBit ConvertDeityToDeityBit(DeityType deity);
|
||||
extern DeityType ConvertDeityBitToDeity(DeityTypeBit deity_bit);
|
||||
extern const char* DeityName(DeityType deity);
|
||||
extern DeityTypeBit ConvertDeityTypeToDeityTypeBit(DeityType deity_type);
|
||||
extern DeityType ConvertDeityTypeBitToDeityType(DeityTypeBit deity_type_bit);
|
||||
extern const char* DeityName(DeityType deity_type);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user