mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-26 07:48:42 -04:00
dbae0c3aca
* 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>
7 lines
83 B
C
7 lines
83 B
C
#ifndef GAME_API_H
|
|
#define GAME_API_H
|
|
|
|
void* GetTrack(void);
|
|
|
|
#endif // GAME_API_H
|