summaryrefslogtreecommitdiff
path: root/src/createObjectWithParent.c
diff options
context:
space:
mode:
authornotyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com>2020-08-24 13:26:13 -0700
committerGitHub <noreply@github.com>2020-08-24 13:26:13 -0700
commitae5ecd017ab2da1291cbbd4380a6e78fe4fe6d41 (patch)
tree2b1f36aa1ef2fd7111057ad2e676ab9459d5bc76 /src/createObjectWithParent.c
parent30137c802fd95afe8807a2d9ef120ecb3d78d03a (diff)
parent73497fd8c26f5c5f19dc0f7769d0cd8be6f3027c (diff)
Merge pull request #73 from HookedBehemoth:slime-fireguy
decompile slime and fireball guy
Diffstat (limited to 'src/createObjectWithParent.c')
-rw-r--r--src/createObjectWithParent.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/createObjectWithParent.c b/src/createObjectWithParent.c
index bee2c86c..8aca834d 100644
--- a/src/createObjectWithParent.c
+++ b/src/createObjectWithParent.c
@@ -1,9 +1,6 @@
#include "global.h"
#include "entity.h"
-extern Entity* CreateObject();
-extern void CopyPosition();
-
Entity* CreateObjectWithParent(Entity* parentEnt, u32 subtype, u32 param1, u32 param2) {
Entity* ent;