memoy management fixes

This commit is contained in:
ProgramSnail 2025-01-21 19:17:10 +03:00
parent b6b843fb44
commit 1b26d0eaae
5 changed files with 50 additions and 5 deletions

View file

@ -11,6 +11,8 @@ struct ModSearchResult {
Bytefile *mod_file; // = NULL => not found
};
void mod_cleanup();
void mod_add_search_path(const char *path);
const char *mod_get_name(uint32_t id);