linux release build, cleanup repository

This commit is contained in:
Ondřej Novák 2025-02-08 19:27:47 +01:00
parent 529b3e8bf8
commit 3d8ee275e4
441 changed files with 280 additions and 65861 deletions

View file

@ -179,7 +179,7 @@ int load_pcx(const char *pcx,int32_t fsize,int conv_type,char **buffer, ... )
return sz;
}
/*
int open_pcx(const char *filename,int type,char **buffer,...)
{
FILE *pcx;
@ -193,12 +193,15 @@ int open_pcx(const char *filename,int type,char **buffer,...)
fseek(pcx,0,SEEK_SET);
src=(char *)getmem(fsize);
fread(src,1,fsize,pcx);
va_list lst;
va_start(lst, buffer);
int
fsize=load_pcx(src,fsize,type,buffer,*((int *)&buffer+1),*((int *)&buffer+2),*((int *)&buffer+3));
fclose(pcx);
free(src);
return fsize;
}
*/
/*void initmode32b();
main()