1 2 3 4 5 6 7
#ifndef game_config_h #define game_config_h #define player_move_speed (3 << fbits) #define player_bullet_speed (10 << fbits) #endif