Mario Kart 64
Loading...
Searching...
No Matches
render.inc.c
Go to the documentation of this file.
1#include <actors.h>
2#include <PR/gbi.h>
3#include <main.h>
5
13void render_actor_green_shell(Camera* camera, Mat4 matrix, struct ShellActor* shell) {
14 gDPLoadTLUT_pal256(gDisplayListHead++, common_tlut_green_shell); // set texture
15 render_actor_shell(camera, matrix, shell);
16}
void render_actor_shell(Camera *camera, Mat4 matrix, struct ShellActor *shell)
Definition actors.c:683
u16 common_tlut_green_shell[]
f32 Mat4[4][4]
Definition common_structs.h:16
void render_actor_green_shell(Camera *camera, Mat4 matrix, struct ShellActor *shell)
Renders the green shell actor.
Definition render.inc.c:13
Gfx * gDisplayListHead
Definition main.c:132
Definition camera.h:26
Definition actor_types.h:304