1 2 3 4 5 6 7 8
#ifndef STMDSP_CONFIG_H #define STMDSP_CONFIG_H constexpr unsigned int WINDOW_WIDTH = 640; constexpr unsigned int WINDOW_HEIGHT = 720; #endif