6 lines
111 B
C
6 lines
111 B
C
#ifndef QJS_GEOMETRY_H
|
|
#define QJS_GEOMETRY_H
|
|
|
|
JSValue quads_to_mesh(JSContext *js, text_vert *buffer);
|
|
|
|
#endif |