9 lines
109 B
C
9 lines
109 B
C
#ifndef QJS_RTREE_H
|
|
#define QJS_RTREE_H
|
|
|
|
#include <quickjs.h>
|
|
|
|
JSValue js_rtree_use(JSContext *ctx);
|
|
|
|
#endif
|