mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-23 13:20:40 +03:00
fix(build): fix build using latest features
This commit is contained in:
parent
fc11867aaf
commit
f4bf67fe6b
@ -1 +1 @@
|
||||
#include "glue/CCharacterComponent.cpp"
|
||||
#include "glue/CCharacterComponent.hpp"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "net/connection/NetClient.hpp"
|
||||
#include "net/connection/WowConnection.hpp"
|
||||
#include "glue/CGlueMgr.hpp"
|
||||
#include "console/Line.hpp"
|
||||
#include "console/Console.hpp"
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <new>
|
||||
|
@ -13,10 +13,6 @@ class StreamRecord;
|
||||
};
|
||||
};
|
||||
|
||||
enum {
|
||||
CURRENT_LANGUAGE = 0
|
||||
};
|
||||
|
||||
enum SFILE_TYPE {
|
||||
SFILE_PLAIN = 0x0,
|
||||
SFILE_COMPRESSED = 0x1,
|
||||
|
Loading…
Reference in New Issue
Block a user