diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-08 00:08:00 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-08 00:08:00 -0600 |
commit | 52e7368f30bb1a80a470bb1492b816dd6c8e97f7 (patch) | |
tree | 8f1dd5b3c9bc99f5518ba681f583cc6487245a48 /include | |
parent | cbf41c6bf31e16fa0ec0b60fc067429e387b5943 (diff) |
Labeled CalculateFacingDir()
Diffstat (limited to 'include')
-rw-r--r-- | include/position_util.h | 9 |
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 |