Changeset 3286 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_update.h
- Timestamp:
- Dec 26, 2004, 2:36:16 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_update.h
r3285 r3286 32 32 33 33 bool getSystemInfo(); 34 34 #ifdef HAVE_CURL 35 bool* checkForUpdates(); 36 #endif /* HAVE_CURL */ 35 37 36 38 // Window creation. … … 87 89 88 90 static bool download (void* fileInfo); 91 static bool downloadWithStyle (void* fileInfo); 89 92 static void* downloadThread (void* fileInfo); 90 93 static void* downloadThreadFinished(void* fileInfo);
Note: See TracChangeset
for help on using the changeset viewer.