input system setup, debug header started
[physics.git] / src / debug.h
CommitLineData
f7b3b2eb
PG
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