diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -41,6 +41,12 @@ enum iFileVersion { | |||
41 | latest_FileVersion = 4, | 41 | latest_FileVersion = 4, |
42 | }; | 42 | }; |
43 | 43 | ||
44 | enum iScrollType { | ||
45 | keyboard_ScrollType, | ||
46 | mouse_ScrollType, | ||
47 | max_ScrollType | ||
48 | }; | ||
49 | |||
44 | /* Icons */ | 50 | /* Icons */ |
45 | 51 | ||
46 | #define menu_Icon "\U0001d362" | 52 | #define menu_Icon "\U0001d362" |