#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()