Files
cell-rtree/qjs_rtree.h
2025-11-23 10:12:13 -06:00

9 lines
106 B
C

#ifndef QJS_RTREE_H
#define QJS_RTREE_H
#include "cell.h"
JSValue js_rtree_use(JSContext *ctx);
#endif