11 lines
249 B
C++
11 lines
249 B
C++
#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();
|
|
} |