12 lines
160 B
C++
12 lines
160 B
C++
#include "../nde_c.h"
|
|
|
|
/* NDE_Init isn't thread safe, be aware
|
|
best to call on the main thread during initialization
|
|
*/
|
|
void NDE_Init()
|
|
{
|
|
}
|
|
|
|
void NDE_Quit()
|
|
{
|
|
} |