finished changes to deps directory building
[physics.git] / debug.h
... / ...
CommitLineData
1#ifndef DEBUG_H
2#define DEBUG_H
3
4// comment out when not debugging
5#define DEBUGGING
6
7#include <iostream>
8using std::cerr;
9using std::cout;
10using std::endl;
11
12#endif // DEBUG_H