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