summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/GameObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/GameObject.cpp')
-rw-r--r--Source/Asura.Engine/GameObject.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/Asura.Engine/GameObject.cpp b/Source/Asura.Engine/GameObject.cpp
deleted file mode 100644
index 322f798..0000000
--- a/Source/Asura.Engine/GameObject.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "GameObject.h"
-
-namespace AsuraEngine
-{
-
- void GameObject::OnUpdate(uint32 milliseconds)
- {
-
- }
-
-}