diff options
Diffstat (limited to 'Source/Asura.Engine/Graphics/OpenGL.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/OpenGL.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Graphics/OpenGL.h b/Source/Asura.Engine/Graphics/OpenGL.h new file mode 100644 index 0000000..f46497b --- /dev/null +++ b/Source/Asura.Engine/Graphics/OpenGL.h @@ -0,0 +1,17 @@ +#ifndef __AE_OPENGL_H__ +#define __AE_OPENGL_H__ + +namespace AsuraEngine +{ + namespace Graphics + { + + class OpenGL + { + + }; + + } +} + +#endif
\ No newline at end of file |