|
Last change
on this file since 10667 was
10618,
checked in by bknecht, 19 years ago
|
|
merged cleanup into trunk (only improvements)
|
|
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.