Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui_update.h
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui_update.h
r4427 r4746 37 37 char* userName; //!< The user logged in. 38 38 39 bool getSystemInfo( void);39 bool getSystemInfo(); 40 40 41 41 // Window creation. … … 99 99 100 100 public: 101 GuiUpdate( void);102 ~GuiUpdate( void);101 GuiUpdate(); 102 ~GuiUpdate(); 103 103 104 104 #ifdef HAVE_CURL 105 void updateDataWindowCreate( void);106 Button* updateDataWindowGetButton( void);105 void updateDataWindowCreate(); 106 Button* updateDataWindowGetButton(); 107 107 108 void updateSourceWindowCreate( void);109 Button* updateSourceWindowGetButton( void);108 void updateSourceWindowCreate(); 109 Button* updateSourceWindowGetButton(); 110 110 111 bool* checkForUpdates( void);111 bool* checkForUpdates(); 112 112 113 113 #endif /* HAVE_CURL */
Note: See TracChangeset
for help on using the changeset viewer.