mirror of
https://github.com/zeldaret/tmc
synced 2026-08-05 09:34:31 -04:00
position.c tentative
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef POSITION_H
|
||||
#define POSITION_H
|
||||
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
|
||||
void CopyPosition(Entity*, Entity*);
|
||||
void PositionEntityOnTop(Entity*, Entity*);
|
||||
void PositionRelative(Entity*, Entity*, s32, s32);
|
||||
void sub_0806FA90(Entity*, Entity*, s32, s32);
|
||||
void ResolveEntityOnTop(Entity*, Entity*);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user