Updated EQEmu::deity naming conventions

This commit is contained in:
Uleat
2016-04-22 19:41:11 -04:00
parent f36e041176
commit 7c0eb54df6
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -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);
}
}