Fix spdlog include.
This commit is contained in:
15
DevPlayground/DevPlayground.cpp
Normal file
15
DevPlayground/DevPlayground.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#define P_USE_NAMESPACE_ALIAS
|
||||
|
||||
|
||||
#include "Phanes.h"
|
||||
|
||||
class DevPlayground : public PApp::PhanesProject
|
||||
{
|
||||
using PhanesProject::PhanesProject;
|
||||
};
|
||||
|
||||
|
||||
PApp::PhanesProject* PApp::CreatePhanesGame()
|
||||
{
|
||||
return new DevPlayground("DevPlayground");
|
||||
}
|
Reference in New Issue
Block a user