|
Functions |
int | sff_memloadInt (unsigned char *data, int *ofs) |
RGB * | sffLoadPaletteFromMemory (unsigned char *data) |
BITMAP * | sffLoadPcxFromMemory (char *data) |
SFF_LOAD_RET_TYPE | sffLoadFromMemory (void *memory) |
SFF_LOAD_RET_TYPE | sffLoad (const char *filename) |
FNTInfo * | fntLoadFromMem (char *data) |
FNTInfo * | fntLoadFont (const char *filename) |
PALETTE * | fntGetPaletteForBank (FNTInfo *info, int bank) |
SAMPLE * | sndLoadWAV (const char *filename, unsigned int offset) |
SNDCollection * | sndLoadSound (const char *filename) |
int | sndPlay (SNDCollection *snd, int group, int sound, int volume, int pan) |
void | sndStop (SNDCollection *snd, int group, int sound) |
SNDCollection * | sndFreeSound (SNDCollection *snd) |
RGB * | load_act_pal (const char *filename) |