X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fdebug.h;h=c9c5e7ab9f4e715149261039db796847c2b26383;hp=517c0c6b98ef5d798d369c84ad615997d8ed2c2b;hb=2a02c4bb2ab611952ac783eea9b93a1d44790dd7;hpb=4e77f48b331eeab55f2dd58436fe47b734314bdc diff --git a/src/debug.h b/src/debug.h index 517c0c6..c9c5e7a 100644 --- a/src/debug.h +++ b/src/debug.h @@ -25,6 +25,12 @@ using std::endl; void DPF(int level, const char* pstr); +namespace debug +{ + void init(); + void clean(); +} + // comment out when not debugging #define DEBUGGING