Removed WinLeakCheck. Minor variable name changes. removed IsWASDKeyDown struct

This commit is contained in:
stiffly
2015-12-17 17:56:15 +01:00
parent 076030a252
commit 0b714e593f
5 changed files with 14 additions and 41 deletions
@@ -9,12 +9,4 @@ struct SnapshotDefinitions
std::string InputRight;
};
struct IsWASDKeyDown
{
bool W = false;
bool A = false;
bool S = false;
bool D = false;
};
#endif