Mario Kart 64
Loading...
Searching...
No Matches
path_spawn_metadata.h
Go to the documentation of this file.
1#ifndef PATH_SPAWN_METADATA_H
2#define PATH_SPAWN_METADATA_H
3
4#include "path.h"
5#include <common_structs.h>
7#include "include/bomb_kart.h"
8
10extern s16 D_800DCAF4[];
11extern s16 D_800DCB34[];
13extern s32 D_800DDB20;
14extern s32 D_800DDB24;
15
16#endif
#define NUM_BOMB_KARTS_MAX
Definition bomb_kart.h:8
TrackPathPoint nullPath
Definition path_spawn_metadata.c:15
s32 D_800DDB20
Definition path_spawn_metadata.c:79
s16 D_800DCAF4[]
Definition path_spawn_metadata.c:48
s32 D_800DDB24
Definition path_spawn_metadata.c:81
s16 D_800DCB34[]
Definition path_spawn_metadata.c:55
BombKartSpawn gBombKartSpawns[][NUM_BOMB_KARTS_MAX]
Definition path_spawn_metadata.c:67
Definition bomb_kart.h:19
Definition path.h:6
signed int s32
Definition ultratypes.h:15
signed short int s16
Definition ultratypes.h:13