Mario Kart 64
Loading...
Searching...
No Matches
render.inc.c File Reference
#include <actors.h>
#include <PR/gbi.h>
#include <main.h>
#include "courses/kalimari_desert/course_data.h"
Include dependency graph for render.inc.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void render_actor_train_engine (Camera *camera, struct TrainCar *actor)
 Renders the train engine actor. Actor used in Kalimari Desert. His update position are made in vehicle.
 
void render_actor_train_tender (Camera *camera, struct TrainCar *actor)
 
void render_actor_train_passenger_car (Camera *camera, struct TrainCar *actor)
 

Function Documentation

◆ render_actor_train_engine()

void render_actor_train_engine ( Camera * camera,
struct TrainCar * actor )

Renders the train engine actor. Actor used in Kalimari Desert. His update position are made in vehicle.

Parameters
camera
actor
Here is the call graph for this function:
Here is the caller graph for this function:

◆ render_actor_train_passenger_car()

void render_actor_train_passenger_car ( Camera * camera,
struct TrainCar * actor )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ render_actor_train_tender()

void render_actor_train_tender ( Camera * camera,
struct TrainCar * actor )
Here is the call graph for this function:
Here is the caller graph for this function: