Skip to content
Snippets Groups Projects
movement_logic.h 177 B
Newer Older
#ifndef MOVEMENT_LOGIC_H
#define MOVEMENT_LOGIC_H

#include "dungeon.h"
#include "character.h"
#include "util.h"

position_t monster_move(dungeon_t *d, character_t *c);

#endif