mirror of
https://github.com/AxioDL/boo.git
synced 2025-08-05 11:45:45 +00:00
13 lines
180 B
C++
13 lines
180 B
C++
#ifndef CCGLCONTEXT_HPP
|
|
#define CCGLCONTEXT_HPP
|
|
|
|
#include "IContext.hpp"
|
|
#include <OpenGL/OpenGL.h>
|
|
|
|
class CCGLContext final : public IContext
|
|
{
|
|
|
|
};
|
|
|
|
#endif // CCGLCONTEXT_HPP
|