Refactored code for writing #SONG entries in CourseWriterCRS
Added method for writing #SONGSELECT entries Added new boolean flag bUseSongSelect to CourseEntry Added new function StringToSongSort() Renamed "LIVES" to "GAINLIVES"
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#define COURSE_WRITER_CRS_H
|
||||
|
||||
class Course;
|
||||
class CourseEntry;
|
||||
class RageFileBasic;
|
||||
|
||||
/** @brief The Course Writer handles writing the .crs files. */
|
||||
@@ -36,6 +37,10 @@ namespace CourseWriterCRS
|
||||
* @param pCourse the course file.
|
||||
*/
|
||||
void WriteEditFileToMachine( const Course *pCourse );
|
||||
|
||||
bool WriteCourseEntry( const CourseEntry &entry, RageFileBasic &f );
|
||||
|
||||
bool WriteSongSelectCourseEntry( const CourseEntry &entry, RageFileBasic &f );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user