b3view/Debug.h

9 lines
96 B
C++

#ifndef DEBUG_H
#define DEBUG_H
#include <iostream>
std::ostream& debug();
#endif // DEBUG_H