mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-28 14:13:37 +00:00
10 lines
143 B
C
10 lines
143 B
C
#ifndef ___ILibDuktape_Dgram___
|
|
#define ___ILibDuktape_Dgram___
|
|
|
|
#include "duktape.h"
|
|
|
|
void ILibDuktape_DGram_Init(duk_context *ctx);
|
|
|
|
|
|
#endif
|