From a61758720db96f59e0fb82aab9f326d37e186a11 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Mon, 10 Oct 2011 16:04:33 -0500 Subject: got MountainGoomba to a working condition added Hermite Interpolation into linker and common.h added player.cpp and player.h for some common functions removed classic controller hack from NewerProject.yaml added more PSVEC functions to linker --- src/player.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/player.h (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h new file mode 100644 index 0000000..d225083 --- /dev/null +++ b/src/player.h @@ -0,0 +1,11 @@ +#ifndef __PLAYER_H +#define __PLAYER_H + +#include +#include + +extern "C" dStageActor_c* GetSpecificPlayerActor(int number); +char NearestPlayer(dStageActor_c* actor); + +#endif + -- cgit v1.2.3