summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
blob: e2f6d15f11a73d7b6f8a4bd01576d4f23c1c4e4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *  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();
std::string overview_description_string();

#endif