From 9946459c0cd65c3b66719a2aefc42c7ab2a29c04 Mon Sep 17 00:00:00 2001 From: erihel Date: Thu, 9 Aug 2012 23:04:29 +0200 Subject: * changed 0, NULL to nullptr * changed profile.cpp to use SimpleIni to load config files * added new CProfile singleton class for loading config * added SimpleIni to lib/ dir * added config loading tests --- src/common/test/colobot.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/common/test/colobot.ini (limited to 'src/common/test/colobot.ini') diff --git a/src/common/test/colobot.ini b/src/common/test/colobot.ini new file mode 100644 index 0000000..c4d2162 --- /dev/null +++ b/src/common/test/colobot.ini @@ -0,0 +1,8 @@ +[test_float] +float_value=1.5 + +[test_string] +string_value=Hello world + +[test_int] +int_value=42 -- cgit v1.2.3-1-g7c22