b3view/Debug.h

16 lines
202 B
C++

#ifndef DEBUG_H
#define DEBUG_H
#include <iostream>
#include <cassert>
using std::cout;
using std::endl;
using std::ostream;
using std::wcout;
using std::wcerr;
ostream & debug();
#endif // DEBUG_H