mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-09 16:10:27 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
|
||||
|
||||
//returns <0 error, >0 allocated size
|
||||
int load_pcx(char *pcx,long fsize,int conv_type,char **buffer, ... );
|
||||
int load_pcx(char *pcx,int32_t fsize,int conv_type,char **buffer, ... );
|
||||
int open_pcx(char *filename,int type,char **buffer,...);
|
||||
void palette_shadow(char *pal1,unsigned short pal2[][256],int tr,int tg,int tb);
|
||||
extern void *get_palette_ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue