glcxx/include/glcxx.hpp

9 lines
130 B
C++

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