summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
blob: 6c8faf17af575816dbfa83cc2b6aa8d57f251aae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *  File:       overmap.cc
 *  Summary:    "Overmap" functionality
 *  Written by: Linley Henzell
 *
 *  Change History (most recent first):
 *
 *               <1>    --/--/--        LRH             Created
 */


#ifndef OVERMAP_H
#define OVERMAP_H

void seen_notable_thing( int which_thing, int x, int y );
void display_overmap();

#endif