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

12 lines
197 B
C++

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