#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bulcommn.h"
#include "xcubtxtr.h"
#include "memfile.h"
Go to the source code of this file.
Functions | |
short | alloc_cubedata (struct CUBES_DATA *cubes, long count) |
short | free_cubedata (struct CUBES_DATA *cubes) |
short | load_cubedata (struct CUBES_DATA *cubes, const char *fname) |
short | write_cubedata (struct CUBES_DATA *cubes, const char *fname) |
short | switch_cubedata_entries (struct CUBES_DATA *cubes, unsigned long idx1, unsigned long idx2) |
short | load_textureanim (struct CUBES_DATA *cubes, const char *fname) |
short | load_texture (unsigned char **texture, const char *fname) |
short alloc_cubedata | ( | struct CUBES_DATA * | cubes, | |
long | count | |||
) |
short free_cubedata | ( | struct CUBES_DATA * | cubes | ) |
Definition at line 40 of file xcubtxtr.c.
short load_cubedata | ( | struct CUBES_DATA * | cubes, | |
const char * | fname | |||
) |
short load_texture | ( | unsigned char ** | texture, | |
const char * | fname | |||
) |
short load_textureanim | ( | struct CUBES_DATA * | cubes, | |
const char * | fname | |||
) |
short switch_cubedata_entries | ( | struct CUBES_DATA * | cubes, | |
unsigned long | idx1, | |||
unsigned long | idx2 | |||
) |
Definition at line 128 of file xcubtxtr.c.
short write_cubedata | ( | struct CUBES_DATA * | cubes, | |
const char * | fname | |||
) |
Definition at line 102 of file xcubtxtr.c.