mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-19 21:35:46 +01:00
Use nicer syntax for nested namespace definitions
This commit is contained in:
@@ -59,9 +59,9 @@ struct ShaderInfo {
|
||||
Setter of constants for shaders
|
||||
*/
|
||||
|
||||
namespace irr { namespace video {
|
||||
namespace irr::video {
|
||||
class IMaterialRendererServices;
|
||||
} }
|
||||
}
|
||||
|
||||
|
||||
class IShaderConstantSetter {
|
||||
|
||||
Reference in New Issue
Block a user