diff options
Diffstat (limited to 'Source/Asura.Engine/graphics/gl.cpp')
-rw-r--r-- | Source/Asura.Engine/graphics/gl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/Asura.Engine/graphics/gl.cpp b/Source/Asura.Engine/graphics/gl.cpp new file mode 100644 index 0000000..dac2ea4 --- /dev/null +++ b/Source/Asura.Engine/graphics/gl.cpp @@ -0,0 +1,11 @@ +#include "OpenGL.h" + +namespace AsuraEngine +{ + namespace Graphics + { + + + + } +}
\ No newline at end of file |