#pragma once #define SCREEN_WIDTH 320 #define SCREEN_HEIGHT 240 #define NUM_BALLS 100 struct color_t { int r,g,b; };