#include "cell.h"
#include "main.h"
#include <stdio.h>
Functions | |
int | save (struct leveldata ld, char *directory) |
int | write_cell (struct cell c, int id, char mode) |
int | write_lcinfo (struct cell c, FILE *file, int id) |
int | write_iteminfo (struct cell c, FILE *file, int id) |
int | write_inv_iteminfo (struct cell c, FILE *file, int id) |
int | write_moninfo (struct cell c, FILE *file, int id) |
int | write_playerinfo (struct cell c, FILE *file, int id) |
int | write_npcinfo (struct cell c, FILE *file, int id) |
int | write_skillboxinfo (struct cell c, FILE *file, int id) |
char * | get_root (char *str) |
char* get_root | ( | char * | str | ) |
int save | ( | struct leveldata | ld, | |
char * | directory | |||
) |
int write_cell | ( | struct cell | c, | |
int | id, | |||
char | mode | |||
) |
int write_inv_iteminfo | ( | struct cell | c, | |
FILE * | file, | |||
int | id | |||
) |
int write_iteminfo | ( | struct cell | c, | |
FILE * | file, | |||
int | id | |||
) |
int write_lcinfo | ( | struct cell | c, | |
FILE * | file, | |||
int | id | |||
) |
int write_moninfo | ( | struct cell | c, | |
FILE * | file, | |||
int | id | |||
) |
int write_npcinfo | ( | struct cell | c, | |
FILE * | file, | |||
int | id | |||
) |
int write_playerinfo | ( | struct cell | c, | |
FILE * | file, | |||
int | id | |||
) |
int write_skillboxinfo | ( | struct cell | c, | |
FILE * | file, | |||
int | id | |||
) |