Changeset 8296 in orxonox.OLD for branches/terrain/src/lib/util
- Timestamp:
- Jun 9, 2006, 1:04:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/util/threading.h
r7847 r8296 14 14 #include <SDL/SDL_thread.h> 15 15 #endif 16 16 #include <string> 17 17 namespace OrxThread 18 18 { … … 31 31 void start(); 32 32 void terminate(); 33 34 35 33 private: 36 34 SDL_Thread* thread;
Note: See TracChangeset
for help on using the changeset viewer.