mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Remove irr
namespace (#16309)
This commit is contained in:
parent
7e22c72492
commit
61551cfc3a
381 changed files with 680 additions and 1632 deletions
|
@ -12,7 +12,6 @@
|
|||
#include <IGUIEnvironment.h>
|
||||
#include "irr_v3d.h"
|
||||
|
||||
using namespace irr;
|
||||
|
||||
class ISimpleTextureSource;
|
||||
class Client;
|
||||
|
@ -86,8 +85,8 @@ public:
|
|||
|
||||
gui::IGUIFont *font;
|
||||
|
||||
irr::video::SColor color;
|
||||
irr::video::SColor hovercolor;
|
||||
video::SColor color;
|
||||
video::SColor hovercolor;
|
||||
bool underline;
|
||||
|
||||
s32 baseline = 0;
|
||||
|
@ -117,7 +116,7 @@ public:
|
|||
s32 margin = 3;
|
||||
ValignType valign = VALIGN_TOP;
|
||||
BackgroundType background_type = BACKGROUND_NONE;
|
||||
irr::video::SColor background_color;
|
||||
video::SColor background_color;
|
||||
|
||||
Tag m_root_tag;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue