10 lines
192 B
C++
10 lines
192 B
C++
#include "GameConstants.h"
|
|
|
|
namespace ZL
|
|
{
|
|
const std::string defaultShaderName = "default";
|
|
const std::string envShaderName = "env";
|
|
const std::string textureUniformName = "Texture";
|
|
}
|
|
|