Mario Kart 64
Loading...
Searching...
No Matches
update.inc.c
Go to the documentation of this file.
1#include <actors.h>
2
9void update_actor_wario_sign(struct Actor* arg0) {
10 arg0->rot[1] += DEGREES(1);
11}
#define DEGREES(degree)
Definition defines.h:347
Definition actor_types.h:120
Vec3s rot
Definition actor_types.h:127
void update_actor_wario_sign(struct Actor *arg0)
Updates the Wario sign actor. Used in Wario Stadium.
Definition update.inc.c:9