moved library to different project

This commit is contained in:
Lauchmelder 2021-12-23 00:52:28 +01:00
parent 4dc3079fe8
commit f5996f0614
24 changed files with 25 additions and 6467 deletions

View file

@ -8,8 +8,7 @@ struct GLFWwindow;
struct WindowData
{
Camera* camera;
OrthogonalCamera* orthoCam;
lol::Camera* camera;
};
class Application