More testing of the CIA bot.
This commit is contained in:
+7
-2
@@ -72,7 +72,11 @@ public:
|
|||||||
void Reset();
|
void Reset();
|
||||||
void DetachSteps();
|
void DetachSteps();
|
||||||
|
|
||||||
// This one assumes the song is currently empty
|
/**
|
||||||
|
* @brief Load a song from the chosen directory.
|
||||||
|
*
|
||||||
|
* This assumes that there is no song present right now.
|
||||||
|
* @param sDir the song directory from which to load. */
|
||||||
bool LoadFromSongDir( RString sDir );
|
bool LoadFromSongDir( RString sDir );
|
||||||
// This one takes the effort to reuse Steps pointers as best as it can
|
// This one takes the effort to reuse Steps pointers as best as it can
|
||||||
bool ReloadFromSongDir( RString sDir );
|
bool ReloadFromSongDir( RString sDir );
|
||||||
@@ -82,7 +86,8 @@ public:
|
|||||||
void TranslateTitles(); // called by TidyUpData
|
void TranslateTitles(); // called by TidyUpData
|
||||||
|
|
||||||
bool SaveToSSCFile( RString sPath, bool bSavingCache );
|
bool SaveToSSCFile( RString sPath, bool bSavingCache );
|
||||||
void Save(); // saves SSC and SM guaranteed.
|
/** @brief Save to the SSC and SM files no matter what. */
|
||||||
|
void Save();
|
||||||
bool SaveToCacheFile();
|
bool SaveToCacheFile();
|
||||||
bool SaveToSMFile();
|
bool SaveToSMFile();
|
||||||
bool SaveToDWIFile();
|
bool SaveToDWIFile();
|
||||||
|
|||||||
Reference in New Issue
Block a user