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