#ifndef BLACKSHADES_CONFIG_H #define BLACKSHADES_CONFIG_H #include #include struct Config { int screen_width; int screen_height; float mouse_sensitivity; bool debug; bool vsync; bool blood; bool blur; bool menu; bool custom_levels; bool music; bool azerty; }; #endif // BLACKSHADES_CONFIG_H