marioparty4/src/REL/m443Dll/player.c
dbalatoni13 4aa1710243 Did m443Dll/main.c and map.c
Did the includes for m443Dll/player.c
2024-10-28 15:01:14 +01:00

16 lines
319 B
C

#include "ext_math.h"
#include "game/audio.h"
#include "game/chrman.h"
#include "game/hsfman.h"
#include "game/hsfmotion.h"
#include "game/objsub.h"
#include "game/pad.h"
#include "game/sprite.h"
#include "string.h"
#ifndef __MWERKS__
#include "game/esprite.h"
#include "game/frand.h"
#endif
#include "REL/m443Dll.h"