mirror of
https://github.com/zoriya/Gamacon.git
synced 2026-05-27 17:11:50 +00:00
adding the letter E to the enum
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
typedef enum gc_keybindings
|
||||
{
|
||||
ESCAPE = sfKeyEscape,
|
||||
SPACE = sfKeySpace
|
||||
SPACE = sfKeySpace,
|
||||
KEY_E = sfKeyE
|
||||
} gc_keybindings;
|
||||
|
||||
typedef enum gc_mousekeys
|
||||
|
||||
Reference in New Issue
Block a user