Fixing Math includes

This commit is contained in:
Thorben Höhne
2025-02-19 12:17:08 +01:00
parent d6362a62df
commit 1fbbdf5f0a
57 changed files with 240 additions and 312 deletions

View File

@@ -1,13 +0,0 @@
cmake_minimum_required(VERSION 3.15...3.30)
project(StartingPoint)
set(StartingPoint
StartingPoint/EntryPoint.h
StartingPoint/StartingPoint.h
StartingPoint/private/StartingPoint.cpp
)
set(StartingPointPCH
StartingPoint/StartingPointPCH.h
)

View File

@@ -24,8 +24,6 @@ static void IdleMsg()
}
Phanes::Core::Application::PhanesProject::PhanesProject(std::string _ProjectName)
: projectName(_ProjectName)
{