Changeset 3300 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_exec.h
- Timestamp:
- Dec 27, 2004, 4:14:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_exec.h
r3297 r3300 48 48 49 49 #ifdef HAVE_GTK2 50 static int startOrxonox (GtkWidget *widget, Widget* data); 50 static int startOrxonox (GtkWidget *widget, void* data); 51 static int quitOrxonox (GtkWidget *widget, void* data); 51 52 #else /* HAVE_GTK2 */ 52 static int startOrxonox (void* widget, Widget* data); 53 static int startOrxonox (void* widget, void* data); 54 static int quitOrxonox (void* widget, void* data); 53 55 #endif /* HAVE_GTK2 */ 54 56 }; 57 58 59 struct HashTable 60 { 61 char* name; 62 char* value; 63 HashTable* next; 64 }; 65 66 55 67 #endif /* _ORXONOX_GUI_EXEC_H */
Note: See TracChangeset
for help on using the changeset viewer.