mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-31 12:47:10 +01:00
first changes
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
void printXMLError(const std::string& where, const std::string& fileName, const pugi::xml_parse_result& result);
|
||||
|
||||
std::string transformToSHA1(const std::string& input);
|
||||
std::string generateToken(const std::string& key, uint32_t ticks);
|
||||
uint8_t getLiquidColor(uint8_t type);
|
||||
|
||||
void extractArticleAndName(std::string& data, std::string& article, std::string& name);
|
||||
@@ -83,6 +84,8 @@ std::string getCombatName(CombatType_t combatType);
|
||||
|
||||
std::string getSkillName(uint8_t skillid);
|
||||
|
||||
uint32_t adlerChecksum(const uint8_t* data, size_t length);
|
||||
|
||||
std::string ucfirst(std::string str);
|
||||
std::string ucwords(std::string str);
|
||||
bool booleanString(const std::string& str);
|
||||
|
||||
Reference in New Issue
Block a user