#include <libintl.h>
#include <locale.h>
#include "main.h"
#include "tool.h"
#include "level.h"
#include "monster.h"
#include "io.h"
#include "functions.h"
#include "generalfunc.h"
#include "backpack.h"
#include "skillpr.h"
#include <stdlib.h>
Functions | |
int | istool (struct item i) |
int | usetool (struct cell *level, int columns, int rows, struct player *pl, int x, int y, struct item tool) |
int istool | ( | struct item | i | ) |