mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-03 22:21:59 +00:00 
			
		
		
		
	add declaration to header
This commit is contained in:
		@@ -477,6 +477,10 @@ private:
 | 
				
			|||||||
	 * @param document the xml doc to load from
 | 
						 * @param document the xml doc to load from
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	void UpdatePetXml(tinyxml2::XMLDocument& document);
 | 
						void UpdatePetXml(tinyxml2::XMLDocument& document);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						void SaveItemConfigXml(const tinyxml2::XMLElement& x, Item* item);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						void LoadItemConfigXml(const tinyxml2::XMLElement& x, Item* item);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user