Main header to be used by application developers. More...
#include <Nex/INex.h>
#include <Nex/INexDevice.h>
#include <Nex/NexCommon.h>
#include <Nex/NexKeys.h>
Go to the source code of this file.
Defines | |
#define | NEX_API |
Functions | |
NexErrorCode NEX_API | NexCreateInstance (INex **nexReturn, int flags) |
Creates an instance of the Nex object. |
Main header to be used by application developers.
#define NEX_API |
NexErrorCode NEX_API NexCreateInstance | ( | INex ** | nexReturn, |
int | flags | ||
) |
Creates an instance of the Nex object.
[out] | nexReturn | Pointer to receive address of new Nex object, set to NULL on error. |
[in] | flags | Currently unused, must be set to zero. |