summaryrefslogtreecommitdiff
path: root/src/ini.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ini.cpp')
-rw-r--r--src/ini.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ini.cpp b/src/ini.cpp
index ea7639911..8173d3733 100644
--- a/src/ini.cpp
+++ b/src/ini.cpp
@@ -25,6 +25,10 @@
# include "core/mem_func.hpp"
#endif
+/**
+ * Create a new ini file with given group names.
+ * @param list_group_names A \c NULL terminated list with group names that should be loaded as lists instead of variables. @see IGT_LIST
+ */
IniFile::IniFile(const char * const *list_group_names) : IniLoadFile(list_group_names)
{
}