début frustrum

This commit is contained in:
Mamitiana RASOLOJAONA
2024-04-02 12:30:17 +02:00
parent 563fea3d75
commit 41fdb55b04
11 changed files with 625 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ public:
bool IsMousePressed();
void KeyDown(unsigned int);
void KeyUp(unsigned int);
bool IsLeftArrowPressed();
bool IsRightArrowPressed();
bool IsKeyDown(unsigned int);