9 lines
136 B
C
9 lines
136 B
C
#ifndef QJS_GEOMETRY_H
|
|
#define QJS_GEOMETRY_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_geometry_use(JSContext *ctx);
|
|
|
|
#endif /* QJS_GEOMETRY_H */
|