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

変数

creature_type c_list [MAX_CREATURES]
 
struct m_attack_type monster_attacks [N_MONS_ATTS]
 
monster_type m_list [MAX_MALLOC]
 
int16 m_level [MAX_MONS_LEVEL+1]
 
monster_type blank_monster = {0,0,0,0,0,0,0,FALSE,0,FALSE}
 
int16 mfptr
 
int16 mon_tot_mult
 

変数

monster_type blank_monster = {0,0,0,0,0,0,0,FALSE,0,FALSE}
int16 m_level[MAX_MONS_LEVEL+1]
int16 mfptr
int16 mon_tot_mult
struct m_attack_type monster_attacks[N_MONS_ATTS]