diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index f624628..c3d78de 100644 --- a/src/debug.h +++ b/src/debug.h @@ -19,6 +19,7 @@ #ifndef _DEBUG_H #define _DEBUG_H +/** Class containing a print function for diagnostics. */ class Debug { public: |