You are redeclaring Shader
in this file. You define declared class members with Shader::
in this instance:
Shader::Shader(const char*, const char*)
{
// …
}
You are redeclaring Shader
in this file. You define declared class members with Shader::
in this instance:
Shader::Shader(const char*, const char*)
{
// …
}