summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-27 10:15:52 -0400
committerNeil Moore <neil@s-z.org>2014-05-27 10:15:52 -0400
commitbaee6d24e8d084082007b86ae559cb6d764d7a8b (patch)
treeaa0765add3aea8ae029fdadb9eadd55d3d5aeef2 /crawl-ref/source/status.h
parent500869b1ca684672cfc921d9c27e12a0891452fa (diff)
downloadcrawl-ref-baee6d24e8d084082007b86ae559cb6d764d7a8b.tar.gz
crawl-ref-baee6d24e8d084082007b86ae559cb6d764d7a8b.zip
Move wizmode duration names to duration_data (reaverb)
And reformat and refactor. Several of the names should probably be cleaned up or improved.
Diffstat (limited to 'crawl-ref/source/status.h')
-rw-r--r--crawl-ref/source/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/status.h b/crawl-ref/source/status.h
index 6c765098e1..831570b3ab 100644
--- a/crawl-ref/source/status.h
+++ b/crawl-ref/source/status.h
@@ -60,6 +60,7 @@ struct status_info
// returns true if the status has a description
bool fill_status_info(int status, status_info* info);
+const char *duration_name(duration_type dur);
void init_duration_index();
#endif