Lmao, git removed some things :>(

This commit is contained in:
Bram Verhulst
2024-03-25 09:30:59 +01:00
parent ad847355b5
commit 61d1d17795
8 changed files with 116 additions and 15 deletions

View File

@@ -107,6 +107,8 @@ namespace utils
#pragma endregion CollisionFunctionality
bool isKeyDown(SDL_Keycode keycode);
bool isKeyPressed(int keycode);
bool isMouseDown(int button);
bool isKeyUp(int keycode);
}