input system setup, debug header started
[physics.git] / src / debug.h
1 #ifndef DEBUG_H
2 #define DEBUG_H
3
4 // comment out when not debugging
5 #define DEBUGGING
6
7 #include <iostream>
8 using std::cerr;
9 using std::cout;
10 using std::endl;
11
12 #endif // DEBUG_H