mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
9 lines
96 B
C++
9 lines
96 B
C++
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#include <iostream>
|
|
|
|
std::ostream& debug();
|
|
|
|
#endif // DEBUG_H
|