* Fix VS2010 project.

This commit is contained in:
iProgramInCpp
2023-08-19 16:45:11 +03:00
parent 82770d3436
commit f255209c84
4 changed files with 185 additions and 179 deletions

View File

@@ -21,7 +21,7 @@ struct KeyboardAction;
class Keyboard
{
public:
enum KeyState : bool
enum KeyState
{
UP,
DOWN

View File

@@ -28,7 +28,7 @@ public:
SCROLLWHEEL,
};
enum ButtonState : bool
enum ButtonState
{
UP,
DOWN,