Made StepsTypeToString publicly available

This commit is contained in:
Michael Votaw
2025-02-11 19:39:03 -08:00
committed by teejusb
parent 6788df0238
commit 28270cee31
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -15,8 +15,6 @@
#include <vector>
RString StepsTypeToString( StepsType st );
static std::vector<RString> GenerateRankingToFillInMarker()
{
std::vector<RString> vRankings;
+2
View File
@@ -120,6 +120,8 @@ enum StepsType
};
LuaDeclareType( StepsType );
RString StepsTypeToString( StepsType st );
/** @brief The various play modes available. */
enum PlayMode
{