No persistent data so make it a namespace.
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
class Song;
|
||||
class Steps;
|
||||
class RageFile;
|
||||
class NotesWriterSM
|
||||
namespace NotesWriterSM
|
||||
{
|
||||
public:
|
||||
bool Write( RString sPath, const Song &out, bool bSavingCache );
|
||||
static void GetEditFileContents( const Song *pSong, const Steps *pSteps, RString &sOut );
|
||||
void GetEditFileContents( const Song *pSong, const Steps *pSteps, RString &sOut );
|
||||
RString GetEditFileName( const Song *pSong, const Steps *pSteps );
|
||||
bool WriteEditFileToMachine( const Song *pSong, Steps *pSteps, RString &sErrorOut );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user