mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
fix(build): make project compilable
This commit is contained in:
parent
e77ed33b0c
commit
bf734b5b20
10 changed files with 25 additions and 48 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include "util/Filesystem.hpp"
|
||||
#include <bc/Debug.hpp>
|
||||
#include <common/Prop.hpp>
|
||||
#include <common/Time.hpp>
|
||||
#include <storm/Error.hpp>
|
||||
#include <storm/Log.hpp>
|
||||
#include <bc/os/Path.hpp>
|
||||
|
|
@ -468,6 +469,7 @@ int32_t InitializeGlobal() {
|
|||
// );
|
||||
|
||||
// sub_86D430(v8->m_intValue);
|
||||
OsTimeStartup(SystemMethod2);
|
||||
|
||||
// ConsoleCommandRegister("timingInfo", (int)sub_4032A0, 0, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue