mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -21,7 +21,7 @@ int str_count(TSTR_LIST p);
|
|||
void release_list(TSTR_LIST list);
|
||||
TSTR_LIST sort_list(TSTR_LIST list,int direction);
|
||||
TSTR_LIST read_directory(const char *mask,int view_type,int attrs);
|
||||
void name_conv(const char *c);
|
||||
//void name_conv(const char *c);
|
||||
void strlist_cat(TSTR_LIST *org, TSTR_LIST add);
|
||||
|
||||
void pl_add_data(PTRMAP **p,void *data,int datasize);
|
||||
|
@ -32,4 +32,4 @@ void pl_delete_all(PTRMAP **p);
|
|||
|
||||
int load_string_list(TSTR_LIST *list,const char *filename);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue