From 72a1107e594b1745026241d323f9fc44813bd91d Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Sun, 26 Dec 2004 11:39:53 +0000 Subject: - replaced default ini creation routine with new system - testing version of write support for config system --- src/configuration.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/configuration.h') diff --git a/src/configuration.h b/src/configuration.h index e3e5b9aa..2bd8f83b 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -39,9 +39,11 @@ class Configuration { public: void Init(std::string); - bool Write(); + bool Write(std::string); + + void setValue(std::string, std::string); + void setValue(std::string, float); - bool setValue(std::string, std::string); std::string getValue(std::string, std::string); float getValue(std::string, float); private: -- cgit v1.2.3-60-g2f50