mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Use nicer syntax for nested namespace definitions
This commit is contained in:
parent
e700182f44
commit
8b108ed5f2
4 changed files with 7 additions and 7 deletions
|
@ -32,7 +32,7 @@ class IGameDef;
|
|||
struct TileSpec;
|
||||
struct TileDef;
|
||||
|
||||
namespace irr { namespace video { class IVideoDriver; } }
|
||||
namespace irr::video { class IVideoDriver; }
|
||||
|
||||
typedef std::vector<video::SColor> Palette;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue