summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-08 00:08:00 -0600
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-08 00:08:00 -0600
commit52e7368f30bb1a80a470bb1492b816dd6c8e97f7 (patch)
tree8f1dd5b3c9bc99f5518ba681f583cc6487245a48 /include
parentcbf41c6bf31e16fa0ec0b60fc067429e387b5943 (diff)
Labeled CalculateFacingDir()
Diffstat (limited to 'include')
-rw-r--r--include/position_util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/position_util.h b/include/position_util.h
new file mode 100644
index 0000000..74019b7
--- /dev/null
+++ b/include/position_util.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_POSITION_UTIL_H
+#define GUARD_POSITION_UTIL_H
+
+#include "position.h"
+
+// 0x983D8
+s32 CalculateFacingDir(struct Position *originPos, struct Position *targetPos);
+
+#endif