#include "Gedeng/Application.h" namespace Gedeng { void Application::run() { while (true) { // TODO: Implement } } } // namespace Gedeng