mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(bc): switch BlizzardCore to bc lib
This commit is contained in:
parent
34bcb5c134
commit
2282b8a54a
24 changed files with 28 additions and 478 deletions
|
|
@ -21,6 +21,7 @@ target_link_libraries(client
|
|||
util
|
||||
world
|
||||
PUBLIC
|
||||
bc
|
||||
common
|
||||
storm
|
||||
)
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@
|
|||
#include "net/Poll.hpp"
|
||||
#include "ui/FrameScript.hpp"
|
||||
#include "ui/FrameXML.hpp"
|
||||
#include "util/BlizzardCore.hpp"
|
||||
#include "util/CVar.hpp"
|
||||
#include "world/World.hpp"
|
||||
#include <cstring>
|
||||
#include <bc/Debug.hpp>
|
||||
#include <common/Prop.hpp>
|
||||
#include <storm/Error.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue