rnd-20071020-1-src
[rocksndiamonds.git] / src / libgame / misc.h
index 29aaee7043fe7b4701c6c2cc5450bec8e99c0b6f..66dbda052f7cef02f52481e947d1790e9dbb2e6f 100644 (file)
@@ -169,6 +169,7 @@ char getValidConfigValueChar(char);
 
 int get_integer_from_string(char *);
 boolean get_boolean_from_string(char *);
+int get_switch3_from_string(char *);
 
 ListNode *newListNode(void);
 void addNodeToList(ListNode **, char *, void *);