Mario Kart 64
|
#include <ultra64.h>
#include <macros.h>
#include <actor_types.h>
#include "camera.h"
#include "main.h"
#include "actors.h"
#include "courses/all_course_data.h"
#include <PR/gbi.h>
Go to the source code of this file.
Functions | |
void | render_actor_paddle_boat (Camera *arg0, struct PaddleWheelBoat *boat, UNUSED Mat4 arg2, u16 pathCounter) |
Renders the paddle boat actor. Actor used in DK's Jungle Parkway. | |
void render_actor_paddle_boat | ( | Camera * | arg0, |
struct PaddleWheelBoat * | boat, | ||
UNUSED Mat4 | arg2, | ||
u16 | pathCounter ) |
Renders the paddle boat actor. Actor used in DK's Jungle Parkway.
arg0 | |
boat | |
arg2 | |
pathCounter |