mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-09 16:28:47 +00:00
memoy management fixes
This commit is contained in:
parent
b6b843fb44
commit
1b26d0eaae
5 changed files with 50 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue