[ox] Add logconn for Bullock logging

This commit is contained in:
2023-01-25 01:19:41 -06:00
parent e1fa48ea2f
commit 94cb2e982a
17 changed files with 430 additions and 31 deletions

View File

@@ -133,7 +133,7 @@ class Array {
};
private:
T m_items[ArraySize];
T m_items[ArraySize]{};
public:
constexpr Array() noexcept = default;