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