|
SpaghettiKart
|
#include <libultraship.h>#include <macros.h>#include <actor_types.h>#include "camera.h"#include "main.h"#include "actors.h"#include "courses/all_course_data.h"#include <assets/models/tracks/dks_jungle_parkway/dks_jungle_parkway_data.h>#include <libultra/gbi.h>Go to the source code of this file.
Functions | |
| void | render_actor_paddle_boat (Camera *camera, 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 * | camera, |
| struct PaddleWheelBoat * | boat, | ||
| UNUSED Mat4 | arg2, | ||
| u16 | pathCounter ) |
Renders the paddle boat actor. Actor used in DK's Jungle Parkway.
| camera | |
| boat | |
| arg2 | |
| pathCounter |