From 1a8ffd75606e69c6f766188f2ab424cc53782a52 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 15 Jan 2004 18:53:52 +0000 Subject: Changes from work --- src/util.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 6930b8a..922f641 100644 --- a/src/util.h +++ b/src/util.h @@ -60,6 +60,13 @@ const char *Basename(const char *path); const char *Dirname(const char *path); +/* Writes the passed text to debug.txt. Note this is interface is not + able to be switched on/off, so debug is only used in a transient way + (once the bug is fixed, calls to this should be removed). +*/ +void Debug(const char *format,...); + + #endif -- cgit v1.2.3