18 lines
373 B
C++
18 lines
373 B
C++
#pragma once
|
|
|
|
// --- Logging -------------------------------------
|
|
|
|
#include "Core/Logging/Logging.h"
|
|
|
|
// --- Starting point ------------------------------
|
|
#include "Core/StartingPoint/StartingPoint.h"
|
|
#include "Core/StartingPoint/EntryPoint.h"
|
|
|
|
|
|
#ifdef P_USE_NAMESPACE_ALIAS
|
|
|
|
|
|
// Starting point
|
|
namespace PApp = Phanes::Core::Application;
|
|
|
|
#endif |