#ifndef CONFIG_H #define CONFIG_H #define PLAYER_MOVE_SPEED 400.0f #define PLAYER_ROTATION_SPEED 0.05f #define PLAYER_MOUSE_SENSITIVITY 0.003f #endif