mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 09:52:01 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <skeldal_win.h>
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -99,7 +100,7 @@ void add_field_txt(TSTR_LIST *ls,const char *name,const char *text)
|
|||
str_replace(ls,i,d);
|
||||
}
|
||||
|
||||
void add_field_num(TSTR_LIST *ls,const char *name,long number)
|
||||
void add_field_num(TSTR_LIST *ls,const char *name,int32_t number)
|
||||
{
|
||||
char buff[20];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue