summaryrefslogtreecommitdiff
path: root/src/engine/GameAPI.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-12-07 21:00:06 -0700
committerGitHub <noreply@github.com>2025-12-07 21:00:06 -0700
commitdbae0c3aca33a022e8c1d511fe521407375057b2 (patch)
tree889ebe9e5c03261d92304545c5beae13892831f2 /src/engine/GameAPI.h
parent04ca19a9757752676450364e998d6af0d90e73ef (diff)
Name ScreenContext, Refactor Course class to Track (#583)
* Rename Screen Contexts * typedef ScreenContext struct * Fix Compile * Rename Course.cpp to Track.cpp * Refactor Course to Track * A few renames * General Cleanup * More Rename * More names * Move TrackSections struct to Track.h --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/engine/GameAPI.h')
-rw-r--r--src/engine/GameAPI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/GameAPI.h b/src/engine/GameAPI.h
index 6e2e84323..1110aafed 100644
--- a/src/engine/GameAPI.h
+++ b/src/engine/GameAPI.h
@@ -1,6 +1,6 @@
#ifndef GAME_API_H
#define GAME_API_H
-void* GetCourse(void);
+void* GetTrack(void);
-#endif // GAME_API_H \ No newline at end of file
+#endif // GAME_API_H