#pragma once #include "ubo.h" #include "utilities/Globals.h" namespace gl { extern std::string glsl_common; void glsl_common_setup(); }