Changeset 9884 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Oct 12, 2006, 9:51:45 AM (18 years ago)
- Location:
- trunk/src/lib/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/loading/load_param_description.cc
r9869 r9884 99 99 fprintf(stream, "\n"); 100 100 } 101 102 -
trunk/src/lib/util/threading.h
r7847 r9884 20 20 class Thread 21 21 { 22 23 22 public: 24 23 Thread(int (*fn)(void *), void *data) { this->thread = SDL_CreateThread(fn, data); };
Note: See TracChangeset
for help on using the changeset viewer.