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