Some checks failed
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / build-macos (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
9 lines
139 B
C
9 lines
139 B
C
#ifndef QJS_GEOMETRY_H
|
|
#define QJS_GEOMETRY_H
|
|
|
|
#include "quickjs.h"
|
|
|
|
JSValue js_geometry_use(JSContext *ctx);
|
|
|
|
#endif /* QJS_GEOMETRY_H */
|