7 lines
109 B
C++
7 lines
109 B
C++
#include "pch.h"
|
|
|
|
namespace MainWindowSizes
|
|
{
|
|
constexpr int width = 620;
|
|
constexpr int height = 450 + 6;
|
|
}; |