Mario Kart 64
|
#include <actors.h>
Go to the source code of this file.
Functions | |
void | update_actor_item_box_hot_air_balloon (struct ItemBox *itemBox) |
Updates the item box under the hot air balloon object. It used in Luigi Raceway. (here it's just update the rotation of the item box not the position, for the position it's in object) | |
void | update_actor_item_box (struct ItemBox *itemBox) |
Updates the item box actor. | |
void update_actor_item_box | ( | struct ItemBox * | itemBox | ) |
Updates the item box actor.
itemBox |
void update_actor_item_box_hot_air_balloon | ( | struct ItemBox * | itemBox | ) |
Updates the item box under the hot air balloon object. It used in Luigi Raceway. (here it's just update the rotation of the item box not the position, for the position it's in object)
itemBox |