diff --git a/examples/common/entry/entry.cpp b/examples/common/entry/entry.cpp index d587f574..e19b021b 100644 --- a/examples/common/entry/entry.cpp +++ b/examples/common/entry/entry.cpp @@ -157,16 +157,6 @@ namespace entry return result; } - static const char* s_gamepadAxisName[GamepadAxis::Count] = - { - "LeftX", - "LeftY", - "LeftZ", - "RightX", - "RightY", - "RightZ", - }; - bool processEvents(uint32_t& _width, uint32_t& _height, uint32_t& _debug, uint32_t& _reset, MouseState* _mouse) { s_debug = _debug; diff --git a/examples/common/entry/entry.h b/examples/common/entry/entry.h index fc156274..c5818c5c 100644 --- a/examples/common/entry/entry.h +++ b/examples/common/entry/entry.h @@ -7,7 +7,7 @@ #define ENTRY_H_HEADER_GUARD #include "dbg.h" - +#include // memset #include namespace bx { struct FileReaderI; struct FileWriterI; }