diff options
Diffstat (limited to 'src/joystick.h')
-rw-r--r-- | src/joystick.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/joystick.h b/src/joystick.h index aebd4b5f..a7090293 100644 --- a/src/joystick.h +++ b/src/joystick.h @@ -30,7 +30,9 @@ class Joystick /** * Number of buttons we can handle. */ - enum { MAX_BUTTONS = 6 }; + enum { + MAX_BUTTONS = 6 + }; /** * Directions, to be used as bitmask values. |