summaryrefslogtreecommitdiff
path: root/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'settings.h')
-rw-r--r--settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.h b/settings.h
index 6e55862ed..ed6545924 100644
--- a/settings.h
+++ b/settings.h
@@ -28,6 +28,11 @@ enum SettingDescType {
SDT_BOOL = SDT_BOOLX | SDT_UINT8,
};
+typedef enum {
+ IGT_VARIABLES = 0, // values of the form "landscape = hilly"
+ IGT_LIST = 1, // a list of values, seperated by \n and terminated by the next group block
+} IniGroupType;
+
typedef struct SettingDesc {
const char *name;
int flags;