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