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