#pragma once #include "render/Renderer.h" namespace ZL { extern const std::string defaultShaderName; extern const std::string envShaderName; extern const std::string textureUniformName; }