source:
orxonox.OLD/branches/cleanup/src/lib/util/threads/threading.h
@
10616
| Last change on this file since 10616 was 10574, checked in by bensch, 19 years ago | |
|---|---|
| File size: 283 bytes | |
| Line | |
|---|---|
| 1 | /*! |
| 2 | * @file threading.h |
| 3 | * @brief Definition of Thread Classes. |
| 4 | * |
| 5 | * These are mainly Classes, that are used for wrapping around SDL_thread |
| 6 | */ |
| 7 | |
| 8 | #ifndef _THREADING_H |
| 9 | #define _THREADING_H |
| 10 | |
| 11 | #include "thread.h" |
| 12 | #include "mutex.h" |
| 13 | #include "mutex_locker.h" |
| 14 | |
| 15 | |
| 16 | |
| 17 | #endif /* _THREADING_H */ |
Note: See TracBrowser
for help on using the repository browser.










