summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Window/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Window/Window.cpp')
-rw-r--r--Source/Asura.Engine/Window/Window.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Window/Window.cpp b/Source/Asura.Engine/Window/Window.cpp
index e69de29..5e800e0 100644
--- a/Source/Asura.Engine/Window/Window.cpp
+++ b/Source/Asura.Engine/Window/Window.cpp
@@ -0,0 +1,19 @@
+#include "Window.h"
+
+namespace AsuraEngine
+{
+ namespace Graphics
+ {
+
+ Window::Window()
+ {
+
+ }
+
+ Window::~Window()
+ {
+
+ }
+
+ }
+}