summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-12-26 17:36:18 +0000
committerDarkvater <darkvater@openttd.org>2006-12-26 17:36:18 +0000
commit073e0eb3c9148d6dd8b2c9ce788843b8180351cb (patch)
tree8dae47833ded5c522ac7a89f69f10fc0c2530e90 /newgrf.h
parent2e0bbe540383c96f4356dd75e70bb1fa5c8e95be (diff)
downloadopenttd-073e0eb3c9148d6dd8b2c9ce788843b8180351cb.tar.xz
(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
use in debug.h. grfmsg() is now used as a specific debug-function for grf.
Diffstat (limited to 'newgrf.h')
-rw-r--r--newgrf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newgrf.h b/newgrf.h
index 2cefa9c84..1d8c5a365 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -68,4 +68,6 @@ void LoadNewGRFFile(GRFConfig *config, uint file_index, GrfLoadingStage stage);
void LoadNewGRF(uint load_index, uint file_index);
void ReloadNewGRFData(void); // in openttd.c
+void CDECL grfmsg(int severity, const char *str, ...);
+
#endif /* NEWGRF_H */