This commit is contained in:
Branimir Karadzic 2014-12-15 21:08:55 -08:00
parent c22af1b888
commit 510bc9e344
2 changed files with 1 additions and 11 deletions

View file

@ -157,16 +157,6 @@ namespace entry
return result; 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) bool processEvents(uint32_t& _width, uint32_t& _height, uint32_t& _debug, uint32_t& _reset, MouseState* _mouse)
{ {
s_debug = _debug; s_debug = _debug;

View file

@ -7,7 +7,7 @@
#define ENTRY_H_HEADER_GUARD #define ENTRY_H_HEADER_GUARD
#include "dbg.h" #include "dbg.h"
#include <string.h> // memset
#include <bx/bx.h> #include <bx/bx.h>
namespace bx { struct FileReaderI; struct FileWriterI; } namespace bx { struct FileReaderI; struct FileWriterI; }