Complete Core
Some checks failed
CI / build-linux-and-wasm (x64-linux) (push) Has been cancelled

This commit is contained in:
2026-01-25 18:26:59 +05:30
parent cfa0759133
commit 601b573983
51 changed files with 2110 additions and 4778 deletions

View File

@ -23,7 +23,7 @@ using namespace IACore;
IACORE_MAIN() {
(void)args;
IA_TRY_PURE(SocketOps::initialize());
OX_TRY_PURE(SocketOps::initialize());
std::cout
<< console::GREEN