Skip to content
Snippets Groups Projects
monster_list.h 117 B
#ifndef MONSTER_LIST_H
#define MONSTER_LIST_H

#include "dungeon.h"

int display_monster_list(dungeon_t *d);

#endif