#define P_USE_NAMESPACE_ALIAS #include class DevPlayground : public PApp::PhanesGame {}; PApp::PhanesGame* PApp::CreatePhanesGame() { return new DevPlayground(); }