Remove math.

This commit is contained in:
scorpioblood
2024-05-15 18:02:01 +02:00
parent 3e58f65d28
commit 08c2d7b9d1
42 changed files with 112 additions and 9966 deletions

View File

@@ -1,11 +1,10 @@
#define P_USE_NAMESPACE_ALIAS
#include <Phanes.h>
using namespace Phanes::Core::Math;
class DevPlayground : public Phanes::Core::Application::PhanesGame {};
class DevPlayground : public PApp::PhanesGame {};
Phanes::Core::Application::PhanesGame* Phanes::Core::Application::CreatePhanesGame()
PApp::PhanesGame* PApp::CreatePhanesGame()
{
return new DevPlayground();
}