Files
aurora/tests/os_test_globals.cpp
T
Roman Sandu 50163edfe7 OSAlloc impl + some header fixes (#96)
* Small refactors of headers for forest

* OSAlloc implementation
2026-04-05 11:40:38 -06:00

6 lines
74 B
C++

#include <aurora/aurora.h>
namespace aurora {
AuroraConfig g_config{};
}