2003-07-22 02:40:23 +00:00
|
|
|
#ifndef SMPACKAGE_UTIL_H
|
|
|
|
|
#define SMPACKAGE_UTIL_H
|
2003-02-11 09:20:58 +00:00
|
|
|
|
|
|
|
|
#include "RageUtil.h"
|
|
|
|
|
|
2003-07-22 02:40:23 +00:00
|
|
|
void WriteStepManiaInstallDirs( const CStringArray& asInstallDirsToWrite );
|
|
|
|
|
void GetStepManiaInstallDirs( CStringArray& asInstallDirsOut );
|
|
|
|
|
void AddStepManiaInstallDir( CString sNewInstallDir );
|
2003-02-11 09:20:58 +00:00
|
|
|
|
2003-07-22 02:40:23 +00:00
|
|
|
#endif
|