mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 21:33:38 +00:00
11 lines
229 B
C
11 lines
229 B
C
#ifndef __ILIBDUKTAPE_CHILDPROCESS__
|
|
#define __ILIBDUKTAPE_CHILDPROCESS__
|
|
|
|
#include "duktape.h"
|
|
#define ILibDuktape_ChildProcess_Manager "\xFF_ChildProcess_Manager"
|
|
|
|
void ILibDuktape_ChildProcess_Init(duk_context *ctx);
|
|
|
|
|
|
#endif
|