Merge branch 'main' of https://github.com/scorpioblood/PhanesEngine
This commit is contained in:
11
Samples/DevPlayground/DevPlayground.cpp
Normal file
11
Samples/DevPlayground/DevPlayground.cpp
Normal 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();
|
||||
}
|
Reference in New Issue
Block a user