mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31: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
|
@ -59,9 +59,9 @@ struct ShaderInfo {
|
|||
Setter of constants for shaders
|
||||
*/
|
||||
|
||||
namespace irr { namespace video {
|
||||
namespace irr::video {
|
||||
class IMaterialRendererServices;
|
||||
} }
|
||||
}
|
||||
|
||||
|
||||
class IShaderConstantSetter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue