settings.h
changeset 705 e213445d82ec
parent 543 e3b43338096b
child 759 6d087784a08a
--- 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;