Mario Kart 64
|
#include <libultraship.h>
#include "CoreMath.h"
#include "camera.h"
#include "course_offsets.h"
#include "data/some_data.h"
#include "defines.h"
#include "bomb_kart.h"
#include "path_spawn_metadata.h"
#include "waypoints.h"
#include "sounds.h"
#include "common_structs.h"
Go to the source code of this file.
Data Structures | |
struct | SkyboxColours |
struct | WaterVolume |
struct | MinimapProps |
struct | Properties |
Typedefs | |
typedef struct SkyboxColours | SkyboxColours |
typedef struct MinimapProps | MinimapProps |
typedef struct Properties | Properties |
Functions | |
void | ResizeMinimap (MinimapProps *minimap) |
typedef struct MinimapProps MinimapProps |
typedef struct Properties Properties |
typedef struct SkyboxColours SkyboxColours |
void ResizeMinimap | ( | MinimapProps * | minimap | ) |