Final Commit

This commit is contained in:
Bram Verhulst
2024-06-09 23:32:29 +02:00
parent caabb12838
commit 81746db9ae
36 changed files with 112 additions and 59426 deletions

View File

@@ -4,7 +4,7 @@
#include <iostream>
Level::Level() : m_pCamera(nullptr) {
std::cout << "Cannot make level without a camera, Duh 🙄" << std::endl;
std::cout << "Cannot make level without a camera, Duh" << std::endl;
}
Level::Level(Camera* camera) {
m_pCamera = camera;