8 lines
111 B
C
8 lines
111 B
C
#ifndef QJS_SPLINE_H
|
|
#define QJS_SPLINE_H
|
|
|
|
#include <quickjs.h>
|
|
|
|
JSValue js_spline_use(JSContext *ctx);
|
|
|
|
#endif |