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