Migrating to Linux

This commit is contained in:
Thorben Höhne
2025-02-17 22:31:17 +01:00
parent c65b1c8139
commit 14f3339eee
75 changed files with 125 additions and 71 deletions

View File

@@ -1,9 +1,8 @@
#define P_USE_NAMESPACE_ALIAS
#include "Phanes.h"
class DevPlayground : public PApp::PhanesProject
class DevPlayground : public PApp::PhanesProject
{
using PhanesProject::PhanesProject;
};