mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-07-23 00:51:15 +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/NetClient.hpp"
|
||||||
#include "net/connection/WowConnection.hpp"
|
#include "net/connection/WowConnection.hpp"
|
||||||
#include "glue/CGlueMgr.hpp"
|
#include "glue/CGlueMgr.hpp"
|
||||||
#include "console/Line.hpp"
|
#include "console/Console.hpp"
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <new>
|
#include <new>
|
||||||
|
@ -13,10 +13,6 @@ class StreamRecord;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
|
||||||
CURRENT_LANGUAGE = 0
|
|
||||||
};
|
|
||||||
|
|
||||||
enum SFILE_TYPE {
|
enum SFILE_TYPE {
|
||||||
SFILE_PLAIN = 0x0,
|
SFILE_PLAIN = 0x0,
|
||||||
SFILE_COMPRESSED = 0x1,
|
SFILE_COMPRESSED = 0x1,
|
||||||
|
Loading…
Reference in New Issue
Block a user