added phonies to make, added fps to debug
[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
7adc59fe
PG
7// comment out to prevent FPS and UPS printing
8#define FPSUPS
9
f7b3b2eb
PG
10#include <iostream>
11using std::cerr;
12using std::cout;
13using std::endl;
14
15#endif // DEBUG_H