#include "Export.h"

Go to the source code of this file.
Classes | |
| class | RakNet::RakThread |
Namespaces | |
| namespace | RakNet |
Forward declaration. | |
Defines | |
| #define | RAK_THREAD_DECLARATION(functionName) void* functionName( void* arguments ) |
| To define a thread, use RAK_THREAD_DECLARATION(functionName);. | |
| #define RAK_THREAD_DECLARATION | ( | functionName | ) | void* functionName( void* arguments ) |
To define a thread, use RAK_THREAD_DECLARATION(functionName);.
Definition at line 21 of file RakThread.h.
1.7.1