#include "global.h"
#include "Bookkeeper.h"
#include "RageUtil.h"
#include "arch/arch.h"
#include "PrefsManager.h"
#include "RageLog.h"
#include "IniFile.h"
#include "GameConstantsAndTypes.h"
#include "SongManager.h"
#include "RageFile.h"
#include <ctime>
Defines | |
#define | WARN_AND_RETURN { LOG->Warn("Error parsing at %s:%d",__FILE__,__LINE__); return; } |
Variables | |
Bookkeeper * | BOOKKEEPER = NULL |
const CString | COINS_DAT = "Data/Coins.dat" |
const int | COINS_DAT_VERSION = 1 |
|
|
|
|
|
|
|
|