mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +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
|
@ -35,10 +35,10 @@ class ModChannel;
|
|||
class ModStorage;
|
||||
class ModStorageDatabase;
|
||||
|
||||
namespace irr { namespace scene {
|
||||
namespace irr::scene {
|
||||
class IAnimatedMesh;
|
||||
class ISceneManager;
|
||||
}}
|
||||
}
|
||||
|
||||
struct SubgameSpec;
|
||||
struct ModSpec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue