Custom unstable camera added.

This commit is contained in:
MusicalProgrammer
2018-06-01 19:16:50 -04:00
parent a6eb176ec3
commit b66d676254
9 changed files with 407 additions and 272 deletions

4
win32Defines.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include <windows.h>
#define GetHoldKeyState(nVirtKey) (GetKeyState(nVirtKey)>>1)