add declaration to header

This commit is contained in:
David Markowitz 2024-05-20 13:39:40 -07:00
parent 78ae8bc6b6
commit 0464f37fab

View File

@ -477,6 +477,10 @@ private:
* @param document the xml doc to load from
*/
void UpdatePetXml(tinyxml2::XMLDocument& document);
void SaveItemConfigXml(const tinyxml2::XMLElement& x, Item* item);
void LoadItemConfigXml(const tinyxml2::XMLElement& x, Item* item);
};
#endif