Changeset 8697 in orxonox.OLD for branches/terrain/src/lib/util
- Timestamp:
- Jun 21, 2006, 11:45:20 PM (19 years ago)
- Location:
- branches/terrain
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/util/threading.h
r7847 r8697 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.