mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-01 08:03:32 +00:00
10 lines
138 B
C
10 lines
138 B
C
#ifndef ___DUKTAPE_SHA256___
|
|
#define ___DUKTAPE_SHA256___
|
|
|
|
|
|
#include "duktape.h"
|
|
|
|
void ILibDuktape_SHA256_Init(duk_context *ctx);
|
|
|
|
|
|
#endif |