libs compiles

This commit is contained in:
Ondřej Novák 2025-01-25 21:15:16 +01:00
parent 1b0f7fe0c2
commit a7278bac40
121 changed files with 1528 additions and 1731 deletions

View file

@ -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];