#include <libintl.h>
#include <locale.h>
#include "npc.h"
#include "config.h"
#include "level.h"
#include "main.h"
#include "monster.h"
#include "io.h"
#include "generalfunc.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "conf.h"
Functions | |
void | createnpc (struct leveldata ld, int columns, int rows) |
void | movenpc (struct cell *level, int columns, int rows, int idx, int pdir, char *success, char *fail) |
void | talktonpc (struct npc n) |
void | sayphrase (struct npc n) |
void | sayspeech (struct npc n) |
struct npc * | findnpc_byname (struct cell *level, int size, char *name) |
void createnpc | ( | struct leveldata | ld, | |
int | columns, | |||
int | rows | |||
) |
void movenpc | ( | struct cell * | level, | |
int | columns, | |||
int | rows, | |||
int | idx, | |||
int | pdir, | |||
char * | success, | |||
char * | fail | |||
) |
void sayphrase | ( | struct npc | n | ) |
void sayspeech | ( | struct npc | n | ) |
void talktonpc | ( | struct npc | n | ) |