diff --git a/stepmania/src/SConscript b/stepmania/src/SConscript
index f428cf6061..d7149e73eb 100644
--- a/stepmania/src/SConscript
+++ b/stepmania/src/SConscript
@@ -256,12 +256,17 @@ Screens = [
"ScreenOptions.cpp",
"ScreenOptionsEditCourse.cpp",
"ScreenOptionsEditCourseEntry.cpp",
+ "ScreenOptionsEditPlaylist.cpp",
"ScreenOptionsEditProfile.cpp",
+ "ScreenOptionsEditWorkout.cpp",
"ScreenOptionsManageCourses.cpp",
"ScreenOptionsManageEditSteps.cpp",
"ScreenOptionsManageProfiles.cpp",
+ "ScreenOptionsManageWorkouts.cpp",
"ScreenOptionsMaster.cpp",
"ScreenOptionsMasterPrefs.cpp",
+ "ScreenOptionsMemoryCard.cpp",
+ "ScreenOptionsReviewWorkout.cpp",
"ScreenPackages.cpp",
"ScreenPlayerOptions.cpp",
"ScreenNetworkOptions.cpp",
@@ -371,6 +376,7 @@ DataStructures = [
"TrailUtil.cpp",
"TitleSubstitution.cpp",
"Tween.cpp",
+ "Workout.cpp",
]
FileTypes = [
@@ -583,6 +589,7 @@ ActorsInMenus = [
"WheelBase.cpp",
"WheelItemBase.cpp",
"WheelNotifyIcon.cpp",
+ "WorkoutGraph.cpp",
]
ActorsInGameplay = [
@@ -737,6 +744,7 @@ GlobalSingletons = [
"StatsManager.cpp",
"ThemeManager.cpp",
"UnlockManager.cpp",
+ "WorkoutManager.cpp",
]
# XXX: This wouldn't be included if WITHOUT_NETWORKING, but I don't have that setting implemented (yet)
diff --git a/stepmania/src/StepMania-net2005.vcproj b/stepmania/src/StepMania-net2005.vcproj
index b36af26cd8..69ed544aa2 100644
--- a/stepmania/src/StepMania-net2005.vcproj
+++ b/stepmania/src/StepMania-net2005.vcproj
@@ -620,6 +620,14 @@
RelativePath=".\ScreenOptionsEditCourseEntry.h"
>
+
+
+
+
@@ -628,6 +636,14 @@
RelativePath=".\ScreenOptionsEditProfile.h"
>
+
+
+
+
@@ -652,6 +668,14 @@
RelativePath=".\ScreenOptionsManageProfiles.h"
>
+
+
+
+
@@ -676,6 +700,14 @@
RelativePath=".\ScreenOptionsMemoryCard.h"
>
+
+
+
+
@@ -1580,6 +1612,14 @@
RelativePath=".\Tween.h"
>
+
+
+
+
+
+
+
+
+
+
+
+