diff options
author | Clyne Sullivan <clyne@clyne-lp.lan> | 2021-08-08 22:02:52 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@clyne-lp.lan> | 2021-08-08 22:02:52 -0400 |
commit | 707b24dd07236243269cf092728f85172e94e8a4 (patch) | |
tree | c136716a5fc9ed9cbf570e24f8f6ab715adc73a2 /source/config.h |
initial commit
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 + |