File reloading start

This commit is contained in:
2023-01-13 19:07:44 +00:00
parent d2cbc61164
commit d6797a7f24
5 changed files with 45 additions and 27 deletions

View File

@@ -23,6 +23,7 @@ void script_call_sym(void *sym);
void script_call_sym_args(void *sym, void *args);
int script_has_sym(void *sym);
void script_eval_w_env(const char *s, void *env);
time_t file_mod_secs(const char *file);
void register_update(struct callee c);
void call_updates(double dt);