mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-05 03:05:54 -04:00
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>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "Train.h"
|
||||
#include <vector>
|
||||
|
||||
#include "engine/courses/Course.h"
|
||||
#include "engine/tracks/Track.h"
|
||||
#include "engine/vehicles/Utils.h"
|
||||
#include "engine/World.h"
|
||||
#include "port/Game.h"
|
||||
|
||||
Reference in New Issue
Block a user