File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33
44#include " XMLDocument.hpp"
55
6+ pcstr UI_PATH = " ui" ;
7+
68XMLDocument::XMLDocument () : m_root(), m_pLocalRoot() {}
79
810XMLDocument::~XMLDocument () { ClearInternal (); }
Original file line number Diff line number Diff line change 1515
1616// XXX: interesting idea is to have variable configs folder. Need we?
1717static constexpr pcstr CONFIG_PATH = _game_config_;
18+ static constexpr pcstr UI_PATH_DEFAULT = " ui" ;
19+ XRCORE_API extern pcstr UI_PATH;
1820
1921class XML_NODE
2022{
Original file line number Diff line number Diff line change 22#include " ui_base.h"
33#include " Cursor/UICursor.h"
44
5- pcstr UI_PATH = " ui" ;
6-
75CUICursor& GetUICursor () { return GEnv.UI ->GetUICursor (); }
86UICore& UI () { return *GEnv.UI ; }
97extern ENGINE_API Fvector2 g_current_font_scale;
Original file line number Diff line number Diff line change 66#include " xrCommon/xr_stack.h"
77#include " xrUICore/FontManager/FontManager.h"
88
9- static constexpr pcstr UI_PATH_DEFAULT = " ui" ;
10- XRUICORE_API extern pcstr UI_PATH;
11-
129class CUICursor ;
1310class CUIGameCustom ;
1411
You can’t perform that action at this time.
0 commit comments