|
Functions |
| bool | CompareCoursePointersByName (const Course *pCourse1, const Course *pCourse2) |
| bool | CompareCoursePointersByAutogen (const Course *pCourse1, const Course *pCourse2) |
| bool | CompareCoursePointersByDifficulty (const Course *pCourse1, const Course *pCourse2) |
| bool | CompareCoursePointersByTotalDifficulty (const Course *pCourse1, const Course *pCourse2) |
| bool | MovePlayersBestToEnd (const Course *pCourse1, const Course *pCourse2) |
| bool | CompareRandom (const Course *pCourse1, const Course *pCourse2) |
| bool | CompareCoursePointersByRanking (const Course *pCourse1, const Course *pCourse2) |
| bool | CompareCoursePointersByType (const Course *pCourse1, const Course *pCourse2) |
| bool | CompareCoursePointersBySortValueAscending (const Course *pSong1, const Course *pSong2) |
| bool | CompareCoursePointersBySortValueDescending (const Course *pSong1, const Course *pSong2) |
| bool | CompareCoursePointersByTitle (const Course *pCourse1, const Course *pCourse2) |
Variables |
| map< const Course *, float > | course_sort_val |