|
| void | Graphics_PushFrame (Gfx *data) |
| |
| void | Timer_Update () |
| |
| void | CustomEngineInit () |
| |
| void | CustomEngineDestroy () |
| |
| void | HM_InitIntro () |
| |
| void | HM_TickIntro () |
| |
| void | HM_DrawIntro () |
| |
| void | CM_SpawnFromLevelProps () |
| |
| World * | GetWorld (void) |
| |
| u32 | WorldNextCup (void) |
| |
| u32 | WorldPreviousCup (void) |
| |
| void | CM_SetCup (void *cup) |
| |
| void * | GetCup () |
| |
| u32 | GetCupIndex (void) |
| |
| void | CM_SetCupIndex (size_t index) |
| |
| const char * | GetCupName (void) |
| |
| void | LoadCourse () |
| |
| size_t | GetCourseIndex () |
| |
| void | SetCourse (const char *name) |
| |
| void | NextCourse () |
| |
| void | PreviousCourse () |
| |
| void | SetCourseById (s32 course) |
| |
| void | CM_VehicleCollision (s32 playerId, Player *player) |
| |
| void | CM_BombKartsWaypoint (s32 cameraId) |
| |
| void | CM_DisplayBattleBombKart (s32 playerId, s32 primAlpha) |
| |
| void | CM_DrawBattleBombKarts (s32 cameraId) |
| |
| void | CM_ClearVehicles (void) |
| |
| void | CM_CrossingTrigger () |
| |
| void | CM_AICrossingBehaviour (s32 playerId) |
| |
| s32 | CM_GetCrossingOnTriggered (uintptr_t *crossing) |
| |
| void | CM_LoadTextures () |
| |
| void | CM_RenderCourse (struct UnkStruct_800DC5EC *arg0) |
| |
| void | CM_RenderCredits () |
| |
| void | CM_TickActors () |
| |
| void | CM_DrawActors (Camera *camera, struct Actor *actor) |
| |
| void | CM_DrawStaticMeshActors () |
| |
| void | CM_BeginPlay () |
| |
| void | CM_TickObjects () |
| |
| void | CM_TickObjects60fps () |
| |
| void | CM_DrawObjects (s32 cameraId) |
| |
| void | CM_TickEditor () |
| |
| void | CM_DrawEditor () |
| |
| void | CM_Editor_SetLevelDimensions (s16 minX, s16 maxX, s16 minZ, s16 maxZ, s16 minY, s16 maxY) |
| |
| void | CM_TickParticles () |
| |
| void | CM_DrawParticles (s32 cameraId) |
| |
| bool | CM_DoesFinishlineExist () |
| |
| void | CM_InitClouds () |
| |
| void | CM_UpdateClouds (s32 arg0, Camera *camera) |
| |
| void | CM_Waypoints (Player *player, int8_t playerId) |
| |
| void | CM_SomeCollisionThing (Player *player, Vec3f arg1, Vec3f arg2, Vec3f arg3, f32 *arg4, f32 *arg5, f32 *arg6, f32 *arg7) |
| |
| void | CM_InitCourseObjects () |
| |
| void | CM_UpdateCourseObjects () |
| |
| void | CM_RenderCourseObjects (s32 cameraId) |
| |
| void | CM_SomeSounds () |
| |
| void | CM_CreditsSpawnActors () |
| |
| void | CM_WhatDoesThisDo (Player *player, int8_t playerId) |
| |
| void | CM_WhatDoesThisDoAI (Player *player, int8_t playerId) |
| |
| void | CM_SetStaffGhost () |
| |
| Properties * | CM_GetProps () |
| |
| Properties * | CM_GetPropsCourseId (s32 courseId) |
| |
| void | CM_ScrollingTextures () |
| |
| void | CM_DrawWater (struct UnkStruct_800DC5EC *screen, uint16_t pathCounter, uint16_t cameraRot, uint16_t playerDirection) |
| |
| void | CM_SpawnStarterLakitu () |
| |
| void | CM_ActivateFinishLakitu (s32 playerId) |
| |
| void | CM_ActivateSecondLapLakitu (s32 playerId) |
| |
| void | CM_ActivateFinalLapLakitu (s32 playerId) |
| |
| void | CM_ActivateReverseLakitu (s32 playerId) |
| |
| size_t | GetCupCursorPosition () |
| |
| void | SetCupCursorPosition (size_t position) |
| |
| size_t | GetCupSize () |
| |
| void | SetCourseFromCup () |
| |
| void * | GetCourse (void) |
| |
| struct Actor * | CM_GetActor (size_t index) |
| |
| size_t | CM_FindActorIndex (Actor *actor) |
| |
| void | CM_DeleteActor (size_t index) |
| |
| void | CM_CleanWorld (void) |
| |
| struct Actor * | CM_AddBaseActor () |
| |
| void | CM_AddEditorObject (struct Actor *actor, const char *name) |
| |
| void | Editor_AddLight (s8 *direction) |
| |
| void | Editor_ClearMatrix () |
| |
| size_t | CM_GetActorSize () |
| |
| void | CM_ActorCollision (Player *player, Actor *actor) |
| |
| f32 | CM_GetWaterLevel (Vec3f pos, Collision *collision) |
| |
| bool | IsMarioRaceway () |
| |
| bool | IsLuigiRaceway () |
| |
| bool | IsChocoMountain () |
| |
| bool | IsBowsersCastle () |
| |
| bool | IsBansheeBoardwalk () |
| |
| bool | IsYoshiValley () |
| |
| bool | IsFrappeSnowland () |
| |
| bool | IsKoopaTroopaBeach () |
| |
| bool | IsRoyalRaceway () |
| |
| bool | IsMooMooFarm () |
| |
| bool | IsToadsTurnpike () |
| |
| bool | IsKalimariDesert () |
| |
| bool | IsSherbetLand () |
| |
| bool | IsRainbowRoad () |
| |
| bool | IsWarioStadium () |
| |
| bool | IsBlockFort () |
| |
| bool | IsSkyscraper () |
| |
| bool | IsDoubleDeck () |
| |
| bool | IsDkJungle () |
| |
| bool | IsBigDonut () |
| |
| bool | IsPodiumCeremony () |
| |
| void | SelectMarioRaceway () |
| |
| void | SelectLuigiRaceway () |
| |
| void | SelectChocoMountain () |
| |
| void | SelectBowsersCastle () |
| |
| void | SelectBansheeBoardwalk () |
| |
| void | SelectYoshiValley () |
| |
| void | SelectFrappeSnowland () |
| |
| void | SelectKoopaTroopaBeach () |
| |
| void | SelectRoyalRaceway () |
| |
| void | SelectMooMooFarm () |
| |
| void | SelectToadsTurnpike () |
| |
| void | SelectKalimariDesert () |
| |
| void | SelectSherbetLand () |
| |
| void | SelectRainbowRoad () |
| |
| void | SelectWarioStadium () |
| |
| void | SelectBlockFort () |
| |
| void | SelectSkyscraper () |
| |
| void | SelectDoubleDeck () |
| |
| void | SelectDkJungle () |
| |
| void | SelectBigDonut () |
| |
| void | SelectPodiumCeremony () |
| |
| void * | GetMushroomCup (void) |
| |
| void * | GetFlowerCup (void) |
| |
| void * | GetStarCup (void) |
| |
| void * | GetSpecialCup (void) |
| |
| void * | GetBattleCup (void) |
| |
| void | CM_RunGarbageCollector (void) |
| |
| void | push_frame () |
| |
| int | main (int argc, char *argv[]) |
| |