summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-06-17 15:43:17 +0200
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-06-17 15:43:17 +0200
commitdb24b566ba1be51255b98aafc34a117aaec65f39 (patch)
treefbbc8289cf3d6027554ec45d899e74e452aec156 /src/ui.h
parent855070a2870b7f2fe777fded9bb705385f6cd2e2 (diff)
switch between cpu and gpu rendering while running
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index b75dd13..a957237 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -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