settings.h
changeset 705 71cf9f0d7e7f
parent 543 946badd71033
child 759 a445474d7c21
--- a/settings.h	Sat Dec 18 14:19:21 2004 +0000
+++ b/settings.h	Sat Dec 18 16:00:10 2004 +0000
@@ -28,6 +28,11 @@
 	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;