diff options
Diffstat (limited to 'source/config.h')
-rw-r--r-- | source/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/config.h b/source/config.h new file mode 100644 index 0000000..879a0ea --- /dev/null +++ b/source/config.h @@ -0,0 +1,8 @@ +#ifndef STMDSP_CONFIG_H +#define STMDSP_CONFIG_H + +constexpr unsigned int WINDOW_WIDTH = 640; +constexpr unsigned int WINDOW_HEIGHT = 720; + +#endif + |