diff options
Diffstat (limited to 'src/menu.h')
| -rw-r--r-- | src/menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ typedef struct menu { menu_entry *entries; SDL_Texture **textures; int count; + float height; + float scroll; } menu; menu *create_menu(menu_entry *entries, int count, int x, int y); |
