Index: gui.h
===================================================================
--- gui.h	(revision 137)
+++ gui.h	(revision 138)
@@ -315,4 +315,10 @@
 buttons with RayPHP.
 **/
 
+int raydium_gui_list_id(char *item, char *list);
+/**
+This function will return ##item##'s id in ##list##. Returns -1 if not found.
+Useful for combo index, for example.
+**/
+
 #endif