#pragma once #define WINDOW_CAPTION "demo_pelotas2" #define SCREEN_WIDTH 320 #define SCREEN_HEIGHT 240 #define BALL_SIZE 8 #define GRAVITY 0.2f struct color_t { int r,g,b; };