#include "engine/engine.hpp" auto main(int argc, char* args[]) -> int { decltype(auto) app = tr::core::create_app(); app.run(); }