#ifndef GLCXX_HPP #define GLCXX_HPP #include "glcxx/Buffer.hpp" #include "glcxx/Program.hpp" #include "glcxx/Shader.hpp" #include "glcxx/Error.hpp" #endif