mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(ui): implement CSimpleFrame::LoadXML_Attributes
This commit is contained in:
parent
b76a9fed82
commit
88f2cb7e5f
9 changed files with 123 additions and 7 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "gameui/CGTabardModelFrame.hpp"
|
||||
#include "gameui/CGQuestPOIFrame.hpp"
|
||||
#include "console/Console.hpp"
|
||||
#include "gx/CGVideoOptions.hpp"
|
||||
#include "ui/FrameXML.hpp"
|
||||
#include "ui/FrameScript.hpp"
|
||||
#include "util/Lua.hpp"
|
||||
|
|
@ -1690,6 +1691,7 @@ void LoadScriptFunctions() {
|
|||
GlyphInfoRegisterScriptFunctions();
|
||||
AchievementInfoRegisterScriptFunctions();
|
||||
CurrencyTypesRegisterScriptFunctions();
|
||||
CGVideoOptions::RegisterScriptFunctions();
|
||||
EquipmentManagerRegisterScriptFunctions();
|
||||
GMTicketInfoRegisterScriptFunctions();
|
||||
BattlenetUIRegisterScriptFunctions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue