12 lines
220 B
C++
12 lines
220 B
C++
|
|
#include <PhanesEngine.h>
|
|
|
|
|
|
class DevPlayground : public Phanes::Core::Application::PhanesGame {};
|
|
|
|
|
|
|
|
Phanes::Core::Application::PhanesGame* Phanes::Core::Application::CreatePhanesGame()
|
|
{
|
|
return new DevPlayground();
|
|
} |