b3view/Debug.h

9 lines
96 B
C
Raw Normal View History

2010-04-21 07:48:36 -07:00
#ifndef DEBUG_H
#define DEBUG_H
#include <iostream>
std::ostream& debug();
2010-04-21 07:48:36 -07:00
#endif // DEBUG_H