summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-05-20 17:59:24 +0000
committerDarkvater <darkvater@openttd.org>2005-05-20 17:59:24 +0000
commit519c4161d5824b64c01e740ccdbe7f7e11dd979e (patch)
tree445dd7beb26526a8531f009abbdac31afffc3d5f /debug.h
parent1ab7238c15ca4acfb5c49088d80d3177cb77bb01 (diff)
downloadopenttd-519c4161d5824b64c01e740ccdbe7f7e11dd979e.tar.xz
(svn r2352) - Feature: add the possibility to print out the current debug-level
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index b11b3afa8..44237feca 100644
--- a/debug.h
+++ b/debug.h
@@ -20,5 +20,6 @@
void CDECL debug(const char *s, ...);
void SetDebugString(const char *s);
+const char *GetDebugString(void);
#endif