mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-06 00:13:33 +00:00
8 lines
149 B
C
8 lines
149 B
C
#ifndef __ILibDuktape_Polyfills__
|
|
#define __ILibDuktape_Polyfills__
|
|
|
|
#include "duktape.h"
|
|
|
|
void ILibDuktape_Polyfills_Init(duk_context *ctx);
|
|
|
|
#endif |