SpaghettiKart
Loading...
Searching...
No Matches
Track.h File Reference
#include <libultraship/libultraship.h>
#include "CoreMath.h"
#include "defines.h"
#include "camera.h"
#include "data/some_data.h"
#include "bomb_kart.h"
#include "path_spawn_metadata.h"
#include "waypoints.h"
#include "sounds.h"
#include "common_structs.h"
#include "code_800029B0.h"
Include dependency graph for Track.h:

Go to the source code of this file.

Data Structures

struct  SkyboxColours
 
struct  WaterVolume
 
struct  MinimapProps
 
struct  TrackSections
 
struct  Properties
 

Typedefs

typedef struct SkyboxColours SkyboxColours
 
typedef struct MinimapProps MinimapProps
 
typedef struct Properties Properties
 

Functions

void ResizeMinimap (MinimapProps *minimap)
 
void ReverseGfx (Gfx *gfx)
 
void InvertTriangleWinding (Gfx *gfx)
 
void InvertTriangleWindingByName (const char *name)
 
void RestoreTriangleWinding ()
 
bool IsTriangleWindingInverted ()
 

Typedef Documentation

◆ MinimapProps

typedef struct MinimapProps MinimapProps

◆ Properties

typedef struct Properties Properties

◆ SkyboxColours

typedef struct SkyboxColours SkyboxColours

Function Documentation

◆ InvertTriangleWinding()

void InvertTriangleWinding ( Gfx * gfx)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ InvertTriangleWindingByName()

void InvertTriangleWindingByName ( const char * name)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsTriangleWindingInverted()

bool IsTriangleWindingInverted ( )

◆ ResizeMinimap()

void ResizeMinimap ( MinimapProps * minimap)
Here is the caller graph for this function:

◆ RestoreTriangleWinding()

void RestoreTriangleWinding ( )
Here is the call graph for this function:

◆ ReverseGfx()

void ReverseGfx ( Gfx * gfx)