Here is a list of all file members with links to the files they belong to:
- m -
- main()
: main.c
- Map
: combat.h
, item.h
, map.h
, monster.h
, state.h
- MAX_HEALTH
: player.h
- MAX_ITEM_NAME
: item.h
- MAX_ITEMS
: item.h
- MAX_PROJECTILES
: combat.h
- MENU_BORDERS_COLOR
: menu.h
- MENU_HEIGHT
: menu.h
- Monster
: map.h
, state.h
, monster.h
, combat.h
- monsterAttacksPlayer()
: combat.h
, combat.c
- monsterPathfinding()
: monster.c
- monsterPathfindingAway()
: monster.c
- moveMonster()
: monster.h
, monster.c
- moveMonsterRandom()
: monster.c
- moveMonsters()
: monster.h
, monster.c
- moveProjectile()
: combat.c