#include "GameConstants.h" namespace ZL { const std::string defaultShaderName = "default"; const std::string envShaderName = "env"; const std::string textureUniformName = "Texture"; }