+ | Portal viewing angle teleportation

This commit is contained in:
TheRedShip
2025-02-06 00:16:25 +01:00
committed by tomoron
parent 63728e6476
commit b1c9718ae3
10 changed files with 72 additions and 27 deletions

View File

@ -23,6 +23,7 @@ class Window
Window(Scene *scene, int width, int height, const char *title, int sleep, Arguments &args);
~Window(void);
void updateDeltaTime();
void display();
void pollEvents();
bool shouldClose();