Course*CRS.* doxygen-ated.

This commit is contained in:
Jason Felds
2011-02-12 22:20:11 -05:00
parent dbe5df006d
commit b0fa4422f2
4 changed files with 82 additions and 6 deletions
+6
View File
@@ -7,8 +7,14 @@
#include "Song.h"
#include "RageFileDriverMemory.h"
/** @brief Load the difficulty names from CourseLoaderCRS. */
extern const char *g_CRSDifficultyNames[]; // in CourseLoaderCRS
/**
* @brief Get the string of the course difficulty.
* @param iVal the course difficulty.
* @return the string.
*/
static RString DifficultyToCRSString( CourseDifficulty iVal )
{
return g_CRSDifficultyNames[iVal];