glcxx/include/glcxx.hpp

11 lines
184 B
C++

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