mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 05:13:38 +00:00
10 lines
160 B
C
10 lines
160 B
C
#ifndef __ILIBDUKTAPE_CHILDPROCESS__
|
|
#define __ILIBDUKTAPE_CHILDPROCESS__
|
|
|
|
#include "duktape.h"
|
|
|
|
void ILibDuktape_ChildProcess_Init(duk_context *ctx);
|
|
|
|
|
|
#endif
|