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