diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2024-12-13 15:19:39 -0700 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2024-12-13 15:19:39 -0700 |
| commit | 7f22f75db7fa7a1b2149bc953d2a159c52bc5e8b (patch) | |
| tree | 71cacfc66228dcd9f509fc2d7894689b426778b7 /src/engine/objects/GameObject.cpp | |
| parent | 517a59fbf49a4d2bb59aefb10f2acfcdd17ff75e (diff) | |
Trophy, Object impl, and cleanup
Diffstat (limited to 'src/engine/objects/GameObject.cpp')
| -rw-r--r-- | src/engine/objects/GameObject.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/engine/objects/GameObject.cpp b/src/engine/objects/GameObject.cpp deleted file mode 100644 index c7be32769..000000000 --- a/src/engine/objects/GameObject.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include <libultraship.h> -#include "GameObject.h" - -#include "World.h" - -extern "C" { - #include "camera.h" -} - - - //GameActor() - -GameObject::GameObject() {} - - // Virtual functions to be overridden by derived classes -void GameObject::Tick() { } -void GameObject::Draw(Camera* camera) { } -void GameObject::Collision() {} -void GameObject::Expire() { } -void GameObject::Destroy() { } |
