Classes | Namespaces | Defines

RakThread.h File Reference

#include "Export.h"
Include dependency graph for RakThread.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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.