|
Public Member Functions |
| void | GetApplicableFiles (CString sPath, CStringArray &out) |
| bool | Loadable (CString sPath) |
| bool | LoadFromDir (CString sPath, Song &out) |
Private Member Functions |
| void | DWIcharToNote (char c, GameController i, int ¬e1Out, int ¬e2Out) |
| void | DWIcharToNoteCol (char c, GameController i, int &col1Out, int &col2Out) |
| bool | LoadFromDWITokens (CString sMode, CString sDescription, CString sNumFeet, CString sStepData1, CString sStepData2, Steps &out) |
| bool | LoadFromDWIFile (CString sPath, Song &out) |
Static Private Member Functions |
| float | ParseBrokenDWITimestamp (const CString &arg1, const CString &arg2, const CString &arg3) |
| bool | Is192 (const CString &str, int pos) |
Private Attributes |
| CString | m_sLoadingFile |