SLikeNet
0.1.3
|
#include "Export.h"
Go to the source code of this file.
Classes | |
class | SLNet::RakThread |
Namespaces | |
namespace | SLNet |
Simple class to send changes between directories. In essence, a simple autopatcher that can be used for transmitting levels, skins, etc. | |
Macros | |
#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);.