File diff r25748:2c5cea3968c5 → r25749:4905ec9578cb
src/ini_type.h
Show inline comments
 
@@ -47,6 +47,7 @@ struct IniGroup {
 
	~IniGroup();
 

	
 
	IniItem *GetItem(const std::string &name, bool create);
 
	void RemoveItem(const std::string &name);
 
	void Clear();
 
};