summaryrefslogtreecommitdiff
path: root/src/player.h
blob: 4e036ae3e62158d544ba44698a7ccc840a101f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __PLAYER_H
#define __PLAYER_H

#include <common.h>
#include <game.h>

extern "C" dStageActor_c* GetSpecificPlayerActor(int number);
char NearestPlayer(dStageActor_c* actor);
void setNewActivePhysicsRect(dStageActor_c* actor, Vec* scale);

#endif