add try_engine

This commit is contained in:
chatlanin
2023-03-02 15:25:58 +03:00
parent 5a829fad05
commit f81f4e5e78
54 changed files with 129 additions and 1905 deletions

View File

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