constants.h 283 B

123456789101112131415
  1. #ifndef CONSTANTS_H
  2. #define CONSTANTS_H
  3. #include <fonts.h>
  4. const double default_window_width = 1000;
  5. const double default_window_height = 648;
  6. // Defined and should be updated only by MainWindow!!!
  7. extern double window_height;
  8. extern double window_width;
  9. #endif // CONSTANTS_H