diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-06-17 15:43:17 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-06-17 15:43:17 +0200 |
| commit | db24b566ba1be51255b98aafc34a117aaec65f39 (patch) | |
| tree | fbbc8289cf3d6027554ec45d899e74e452aec156 /src/ui.h | |
| parent | 855070a2870b7f2fe777fded9bb705385f6cd2e2 (diff) | |
switch between cpu and gpu rendering while running
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ #ifndef INCLUDE_UI
#define INCLUDE_UI
+#define SCROLL_SPEED 20
#define BLOCK_HEIGHT 25
#define MENU_BAR_HEIGHT 25
#define MENU_HORIZONTAL_PADDING 10
|
