blob: 5096db4fb2629aed744d1e6dcde24fae32d60890 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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()
{
}
|