diff options
Diffstat (limited to 'include/position_util.h')
-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 |