#include "item.h"
#include "cell.h"
Data Structures | |
struct | backpack |
Defines | |
#define | BACKPACK 5 |
Functions | |
void | create_remains (struct cell *level, int class, int id, int idx) |
void | put_item_on_floor (struct cell *c, struct item itm) |
char | give_general_symbol (int class) |
#define BACKPACK 5 |
void create_remains | ( | struct cell * | level, | |
int | class, | |||
int | id, | |||
int | idx | |||
) |
char give_general_symbol | ( | int | class | ) |