mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-27 04:25:20 -05:00
10 lines
183 B
C
10 lines
183 B
C
#ifndef GUARD_POSITION_UTIL_H
|
|
#define GUARD_POSITION_UTIL_H
|
|
|
|
#include "position.h"
|
|
|
|
// 0x983D8
|
|
s32 CalculateFacingDir(struct Position *originPos, struct Position *targetPos);
|
|
|
|
#endif
|