move function out of header

This commit is contained in:
Glenn Maynard
2003-08-13 18:30:46 +00:00
parent 5d81bdb8c3
commit 35f3225e4f
2 changed files with 11 additions and 10 deletions
+10
View File
@@ -13,6 +13,16 @@
#include "SongOptions.h"
#include "RageUtil.h"
void SongOptions::Init()
{
m_LifeType = LIFE_BAR;
m_DrainType = DRAIN_NORMAL;
m_iBatteryLives = 4;
m_FailType = FAIL_ARCADE;
m_bAssistTick = false;
m_fMusicRate = 1.0f;
m_bAutoSync = false;
}
CString SongOptions::GetString()
{