This commit is contained in:
2023-04-18 22:58:44 +00:00
parent 27d15f1e81
commit 86211aecb8
5 changed files with 439 additions and 569 deletions

View File

@@ -16,4 +16,7 @@ cpBitmask js2bitmask(JSValue v);
struct color duk2color(JSValue v);
JSValue num2js(double g);
JSValue int2js(int i);
#endif