summarylogtreecommitdiffstats
path: root/config.h
blob: c8743ef1dd23c8b28fd9b8f0a66810b3829c09e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _BLASTEROIDS_CONFIG
#define _BLASTEROIDS_CONFIG

// #define DEBUG para ativar mensagens de debug
//#define DEBUG
//#define DEBUG_ASTEROID
//#define DEBUG_BULLET
//#define DEBUG_COLLISION_GRAPH
//#define DEBUG_COLLISION_LOG
//#define DEBUG_DRAW_COUNTER
//#define DEBUG_SPACESHIP

#define FPS 60

#endif