summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-gear.h
blob: 4e03286402bfacf2264d64cb95a5763310c0fa7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * File:       mon-gear.h
 * Summary:    Monsters' initial equipment.
 */

#ifndef MON_GEAR_H
#define MON_GEAR_H

#include "itemprop.h"

void give_item(int mid, int level_number, bool mons_summoned);
#endif