This commit is contained in:
Scorpio Blood
2024-05-13 22:39:40 +02:00
57 changed files with 10584 additions and 587 deletions

View File

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