Added custom MusicWheel items.

[ScreenSelectMusic] Add GetMusicWheel Lua binding.
This commit is contained in:
AJ Kelly
2011-03-08 19:28:40 -06:00
parent 8fa1aa09b6
commit c28845a8dc
12 changed files with 73 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ enum WheelItemDataType
TYPE_PORTAL, /**< The portal section on the Wheel. */
TYPE_COURSE, /**< A Course on the Wheel. */
TYPE_SORT, /**< A generic sorting item on the Wheel. */
//TYPE_CUSTOM
TYPE_CUSTOM /**< A custom item on the Wheel. */
};
struct WheelItemBaseData