mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(app): add OpenArchives
This commit is contained in:
parent
2a1c75d1e8
commit
1d92f91aee
3 changed files with 65 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#include "ui/FrameScript.hpp"
|
||||
#include "ui/FrameXML.hpp"
|
||||
#include "world/World.hpp"
|
||||
#include "util/Filesystem.hpp"
|
||||
#include <bc/Debug.hpp>
|
||||
#include <common/Prop.hpp>
|
||||
#include <storm/Error.hpp>
|
||||
|
|
@ -156,6 +157,8 @@ int32_t InitializeGlobal() {
|
|||
|
||||
// ClientServices::LoadCDKey();
|
||||
|
||||
OpenArchives();
|
||||
|
||||
ConsoleInitializeClientCommand();
|
||||
|
||||
ConsoleInitializeClientCVar("Config.wtf");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue