aboutsummaryrefslogtreecommitdiffstats
path: root/source/config.h
blob: 879a0ea4a34f247630583b3f51e6e67523d36985 (plain)
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