Files
itgmania212121/stepmania/src/smpackage/smpackageUtil.h
T

14 lines
359 B
C
Raw Normal View History

2003-07-22 02:40:23 +00:00
#ifndef SMPACKAGE_UTIL_H
#define SMPACKAGE_UTIL_H
#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-07-22 03:07:51 +00:00
bool GetPref( CString name, bool &val );
bool SetPref( CString name, bool val );
2003-07-22 02:40:23 +00:00
#endif