massive cleaning of file section headers
[physics.git] / src / debug.h
CommitLineData
f7b3b2eb
PG
1#ifndef DEBUG_H
2#define DEBUG_H
3
617dcc71
PG
4#include <iostream>
5using std::cerr;
6using std::cout;
7using std::endl;
8
9
f7b3b2eb
PG
10// comment out when not debugging
11#define DEBUGGING
12
7adc59fe
PG
13// comment out to prevent FPS and UPS printing
14#define FPSUPS
15
f7b3b2eb
PG
16
17#endif // DEBUG_H