#pragma once namespace TSE::GLFW { void LoadBasicShaders(float width, float height); void UnLoadBasicShaders(); } // namespace TSE::GLFW