Get rid of the input_state global linkage.
This commit is contained in:
parent
fd0af5b271
commit
95d912c378
8 changed files with 18 additions and 23 deletions
|
@ -48,8 +48,6 @@
|
|||
#include "unittest/TestVertexJit.h"
|
||||
#include "unittest/UnitTest.h"
|
||||
|
||||
InputState input_state;
|
||||
|
||||
std::string System_GetProperty(SystemProperty prop) { return ""; }
|
||||
int System_GetPropertyInt(SystemProperty prop) { return -1; }
|
||||
void NativeMessageReceived(const char *message, const char *value) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue