diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-15 18:53:52 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-15 18:53:52 +0000 |
commit | 1a8ffd75606e69c6f766188f2ab424cc53782a52 (patch) | |
tree | 53354e7db3f6739a42e624daf032dd70714f43b1 /src/util.h | |
parent | c48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 (diff) |
Changes from work
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |