mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
game folder "just" compiles (not link)
This commit is contained in:
parent
13d3908273
commit
1b0f7fe0c2
135 changed files with 2161 additions and 2336 deletions
10
libs/inicfg.h
Normal file
10
libs/inicfg.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
TSTR_LIST read_config(const char *filename);
|
||||
void add_field_txt(TSTR_LIST *ls,const char *name,const char *text);
|
||||
void add_field_num(TSTR_LIST *ls,const char *name,long number);
|
||||
int save_config(TSTR_LIST ls,const char *filename);
|
||||
const char *get_text_field(TSTR_LIST ls,const char *name);
|
||||
int get_num_field(TSTR_LIST ls,const char *name,int *num);
|
||||
void process_ini(TSTR_LIST ls,void (*process)(const char *line));
|
||||
char comcmp(const char *text,const char *command);
|
||||
TSTR_LIST merge_configs(TSTR_LIST target, TSTR_LIST source);
|
||||
int find_ini_field(TSTR_LIST ls,const char *name);
|
Loading…
Add table
Add a link
Reference in a new issue