Mouse position & selection; warning fixes
This commit is contained in:
@@ -17,6 +17,7 @@ void script_run(const char *script);
|
||||
int script_dofile(const char *file);
|
||||
void script_update(double dt);
|
||||
void script_draw();
|
||||
|
||||
void script_editor();
|
||||
void script_call(const char *f);
|
||||
void script_call_sym(void *sym);
|
||||
@@ -24,6 +25,10 @@ void script_call_sym_args(void *sym, void *args);
|
||||
void call_callee(struct callee *c);
|
||||
int script_has_sym(void *sym);
|
||||
void script_eval_w_env(const char *s, void *env);
|
||||
|
||||
int script_eval_setup(const char *s, void *env);
|
||||
void script_eval_exec(int argc);
|
||||
|
||||
time_t file_mod_secs(const char *file);
|
||||
|
||||
void register_update(struct callee c);
|
||||
@@ -37,6 +42,4 @@ void call_nk_gui();
|
||||
void register_physics(struct callee c);
|
||||
void call_physics(double dt);
|
||||
|
||||
duk_idx_t vec2duk(cpVect v);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user