|
Data Structures |
| struct | SFFHeader |
| struct | SFFSubFileHeader |
| struct | SFFEntryStruct |
| struct | FNTInfo |
| struct | SNDCollection |
Defines |
|
#define | SFF_LOAD_RET_TYPE SFFEntry* |
Typedefs |
|
typedef SFFEntryStruct | SFFEntry |
Functions |
|
SFF_LOAD_RET_TYPE | sffLoad (const char *filename) |
|
SFF_LOAD_RET_TYPE | sffLoadFromMemory (void *memory) |
|
FNTInfo * | fntLoadFont (const char *filename) |
|
PALETTE * | fntGetPaletteForBank (FNTInfo *info, int bank) |
|
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) |