#ifndef STMDSP_CONFIG_H
#define STMDSP_CONFIG_H

constexpr unsigned int WINDOW_WIDTH = 640;
constexpr unsigned int WINDOW_HEIGHT = 720;

#endif