diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-22 15:40:12 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-22 15:40:12 -0400 |
commit | 074c596605a9b64ad99f39d6edc37d31bbfb6536 (patch) | |
tree | cdce7695ba994c1fd7c5dcd926a736828178d072 /source/config.h | |
parent | f211f9628854b417000192c59d6ab22b946119b1 (diff) |
window and panel resizing
Diffstat (limited to 'source/config.h')
-rw-r--r-- | source/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source/config.h b/source/config.h deleted file mode 100644 index 879a0ea..0000000 --- a/source/config.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef STMDSP_CONFIG_H -#define STMDSP_CONFIG_H - -constexpr unsigned int WINDOW_WIDTH = 640; -constexpr unsigned int WINDOW_HEIGHT = 720; - -#endif - |