Kinda week 2

This commit is contained in:
2024-10-02 12:29:02 +02:00
parent 254a796fac
commit de2e9704c5
8 changed files with 210 additions and 156 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <cstdint>
#include "Camera.h"
struct SDL_Window;
struct SDL_Surface;
@@ -31,5 +32,10 @@ namespace dae
int m_Width{};
int m_Height{};
float m_FOV{};
Camera m_Camera{};
};
}