summaryrefslogtreecommitdiff
path: root/src/port/Game.h
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-05-22 07:04:45 -0600
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-05-22 07:04:45 -0600
commit6ff80c5f08c0a9c4e57ec419d4e6dcd781bb5b45 (patch)
tree67b2887e882cdd3b056fd10859634be4e3e60f27 /src/port/Game.h
parent20b67182c4fdcb46792fd92197159c3000b64c7b (diff)
Some fixes for battle mode
Diffstat (limited to 'src/port/Game.h')
-rw-r--r--src/port/Game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port/Game.h b/src/port/Game.h
index 2102cb7ea..2731372ca 100644
--- a/src/port/Game.h
+++ b/src/port/Game.h
@@ -51,6 +51,8 @@ void PreviousCourse();
void CM_SetCup(void*);
+void CM_SetCupIndex(size_t index);
+
void CM_LoadTextures();
void CM_RenderCourse(struct UnkStruct_800DC5EC* arg0);