space-game001/src/GameConstants.cpp
2026-03-07 20:51:34 +03:00

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";
}