mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-21 02:33:24 +00:00
9 lines
145 B
C
9 lines
145 B
C
#ifndef ___ILibDuktape_WebRTC___
|
|
#define ___ILibDuktape_WebRTC___
|
|
|
|
#include "duktape.h"
|
|
|
|
void ILibDuktape_WebRTC_Init(duk_context *ctx);
|
|
|
|
#endif
|