summaryrefslogtreecommitdiff
path: root/engine/CoreObjects
diff options
context:
space:
mode:
Diffstat (limited to 'engine/CoreObjects')
-rw-r--r--engine/CoreObjects/GameObject.go (renamed from engine/CoreObjects/Object.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/CoreObjects/Object.go b/engine/CoreObjects/GameObject.go
index 6f0a808..255a405 100644
--- a/engine/CoreObjects/Object.go
+++ b/engine/CoreObjects/GameObject.go
@@ -1,6 +1,6 @@
package coreobjects
-type Object interface {
+type GameObject interface {
Create(SceneManager)
Destroy()
Update()