mirror of
https://github.com/edubart/otclient.git
synced 2025-10-22 23:35:54 +02:00
Many enhancements in client API
* Fix issues in item use * Stack animated texts values * Add utility functions for changing creature color and jumping * Add some new extended functionality * Improve map shader API
This commit is contained in:
@@ -35,7 +35,8 @@ public:
|
||||
void init();
|
||||
void terminate();
|
||||
|
||||
bool loadDat(const std::string& file);
|
||||
bool loadDat(std::string file);
|
||||
bool loadOtml(std::string file);
|
||||
void loadOtb(const std::string& file);
|
||||
void loadXml(const std::string& file);
|
||||
void parseItemType(uint16 id, TiXmlElement *elem);
|
||||
|
Reference in New Issue
Block a user