diff options
Diffstat (limited to 'src/crepe/api/KeyCodes.h')
| -rw-r--r-- | src/crepe/api/KeyCodes.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/crepe/api/KeyCodes.h b/src/crepe/api/KeyCodes.h index 1cb1a8a..e5a91fc 100644 --- a/src/crepe/api/KeyCodes.h +++ b/src/crepe/api/KeyCodes.h @@ -12,7 +12,6 @@ enum class MouseButton {  };  enum class Keycode : int { -	// From glfw3.h  	NONE = 0,  	SPACE = 32,  	APOSTROPHE = 39, /* ' */ |