#ifndef CONSTANTS_H #define CONSTANTS_H #include const double default_window_width = 1000; const double default_window_height = 648; // Defined and should be updated only by MainWindow!!! extern double window_height; extern double window_width; #endif // CONSTANTS_H