LLVM compile fixes

Updated to new Ghoul commit
This commit is contained in:
Alexander Bock
2018-04-20 23:12:13 -04:00
parent d5af5aab5d
commit a9b981d718
4 changed files with 10 additions and 3 deletions
@@ -52,9 +52,9 @@ enum class JoystickAction : uint8_t {
*/
struct JoystickInputState {
/// The maximum number of supported axes
static const int MaxAxes = 8;
static constexpr const int MaxAxes = 8;
/// The maximum number of supported buttons
static const int MaxButtons = 32;
static constexpr const int MaxButtons = 32;
/// Marks whether this joystick is connected. If this value is \c false, all other
/// members of this struct are undefined