mirror of
https://github.com/zeldaret/tmc
synced 2026-07-06 05:54:31 -04:00
clang-format
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
void PositionRelative(Entity *, Entity *, s32, s32);
|
||||
void PositionRelative(Entity*, Entity*, s32, s32);
|
||||
|
||||
void CopyPosition(Entity *param_1,Entity *param_2)
|
||||
void CopyPosition(Entity* param_1, Entity* param_2)
|
||||
|
||||
{
|
||||
PositionRelative(param_1, param_2, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user