mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
fix(whoa): update thunderbrew to use the refactored squall error/validation and bc allocation macros
This commit is contained in:
parent
1aeacd0d2e
commit
46843880ef
66 changed files with 459 additions and 457 deletions
|
|
@ -11,6 +11,7 @@ target_include_directories(db
|
|||
|
||||
target_link_libraries(db
|
||||
PUBLIC
|
||||
bc
|
||||
common
|
||||
storm
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
#ifndef DB_WOW_CLIENT_DB_HPP
|
||||
#define DB_WOW_CLIENT_DB_HPP
|
||||
|
||||
#include "db/IDatabase.hpp"
|
||||
#include "db/WowClientDB_Common.hpp"
|
||||
#include <cstring>
|
||||
#include <storm/Error.hpp>
|
||||
#include <storm/Memory.hpp>
|
||||
#include <bc/Memory.hpp>
|
||||
#include "db/IDatabase.hpp"
|
||||
#include "db/WowClientDB_Common.hpp"
|
||||
|
||||
template <class T>
|
||||
class WowClientDB : public WowClientDB_Common<T>, IDatabase<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue