summaryrefslogtreecommitdiff
path: root/src/port/Game.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-12-04 11:20:07 -0700
committerGitHub <noreply@github.com>2024-12-04 11:20:07 -0700
commitc774537ad36116909a0b43ecd28609df4ef386a8 (patch)
tree7be65a36bffc55d43c0931c1b25d3194461ef329 /src/port/Game.h
parentd830492da94f44369dac17db88461c0e9524ccd4 (diff)
parenteb158e2abd86579d3fa3c69436c3322cffd28d59 (diff)
Merge branch 'modding' into modding+modding+
Diffstat (limited to 'src/port/Game.h')
-rw-r--r--src/port/Game.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/port/Game.h b/src/port/Game.h
index d2762c08f..c35e933e2 100644
--- a/src/port/Game.h
+++ b/src/port/Game.h
@@ -98,6 +98,10 @@ void CourseManager_DrawThwomps(s32 cameraId);
void CourseManager_TickThwomps();
+void CourseManager_DrawPenguins(s32 cameraId);
+
+void CourseManager_TickPenguins();
+
void CourseManager_CrossingTrigger();
void CourseManager_VehiclesCollision(s32 playerId, Player* player);