summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_defs.h
blob: 95de96dbf5fd4e9580563d55e4ca43117ee3e4f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @file
 * @brief Functions defined in the Lua bindings but used elsewhere.
**/
// TODO: Move these where they belong.

#ifndef L_DEFS_H
#define L_DEFS_H

string dgn_set_default_depth(const string &s);
void dgn_reset_default_depth();
bool in_show_bounds(const coord_def &c);

#endif