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