9 lines
102 B
C
9 lines
102 B
C
#ifndef QJS_ENET_H
|
|
#define QJS_ENET_H
|
|
|
|
#include "quickjs.h"
|
|
|
|
JSValue js_enet_use(JSContext*);
|
|
|
|
#endif
|