mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
9 lines
125 B
C
9 lines
125 B
C
#ifndef __DUKTAPEHECI__
|
|
#define __DUKTAPEHECI__
|
|
|
|
#include "duktape.h"
|
|
|
|
void ILibDuktape_HECI_Init(duk_context *ctx);
|
|
|
|
|
|
#endif |