mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +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
|