UMoria  5.5.2
 全て データ構造 ファイル 関数 変数 型定義 マクロ定義
関数 | 変数
moria2.c
#include <stdio.h>
#include "config.h"
#include "constant.h"
#include "types.h"
#include "externs.h"
moria2.cのインクルード依存関係図

関数

static int see_wall ()
 
void change_trap (int y, int x)
 
void search (int y, int x, int chance)
 
void find_init (int dir)
 
void find_run ()
 
void end_find ()
 
static int see_wall (int dir, int y, int x)
 
static int see_nothing (int dir, int y, int x)
 
void area_affect (int dir, int y, int x)
 
int minus_ac (int32u typ_dam)
 
void corrode_gas (char *kb_str)
 
void poison_gas (int dam, char *kb_str)
 
void fire_dam (int dam, char *kb_str)
 
void cold_dam (int dam, char *kb_str)
 
void light_dam (int dam, char *kb_str)
 
void acid_dam (int dam, char *kb_str)
 

変数

static int cycle [] = { 1, 2, 3, 6, 9, 8, 7, 4, 1, 2, 3, 6, 9, 8, 7, 4, 1 }
 
static int chome [] = { -1, 8, 9, 10, 7, -1, 11, 6, 5, 4 }
 
static int find_openarea
 
static int find_breakright
 
static int find_breakleft
 
static int find_prevdir
 
static int find_direction
 

関数

void acid_dam ( int  dam,
char *  kb_str 
)

関数の呼び出しグラフ:

void area_affect ( int  dir,
int  y,
int  x 
)

関数の呼び出しグラフ:

void change_trap ( int  y,
int  x 
)

関数の呼び出しグラフ:

void cold_dam ( int  dam,
char *  kb_str 
)

関数の呼び出しグラフ:

void corrode_gas ( char *  kb_str)

関数の呼び出しグラフ:

void end_find ( )

関数の呼び出しグラフ:

呼出しグラフ:

void find_init ( int  dir)

関数の呼び出しグラフ:

void find_run ( )

関数の呼び出しグラフ:

呼出しグラフ:

void fire_dam ( int  dam,
char *  kb_str 
)

関数の呼び出しグラフ:

void light_dam ( int  dam,
char *  kb_str 
)

関数の呼び出しグラフ:

int minus_ac ( int32u  typ_dam)

関数の呼び出しグラフ:

void poison_gas ( int  dam,
char *  kb_str 
)

関数の呼び出しグラフ:

void search ( int  y,
int  x,
int  chance 
)

関数の呼び出しグラフ:

static int see_nothing ( int  dir,
int  y,
int  x 
)
static

関数の呼び出しグラフ:

呼出しグラフ:

static int see_wall ( )
static

呼出しグラフ:

static int see_wall ( int  dir,
int  y,
int  x 
)
static

関数の呼び出しグラフ:

変数

int chome[] = { -1, 8, 9, 10, 7, -1, 11, 6, 5, 4 }
static
int cycle[] = { 1, 2, 3, 6, 9, 8, 7, 4, 1, 2, 3, 6, 9, 8, 7, 4, 1 }
static
int find_breakleft
static
int find_breakright
static
int find_direction
static
int find_openarea
static
int find_prevdir
static