#include "CryptHelpers.h"
#include "RageFileDriverZip.h"
#include "XmlFile.h"
+#include "MiscITG.h"
#include "StepMania.h" // For ExitAndReboot()
static BitmapText *m_PatchStatus;
static bool g_doReboot;
-// This is hacky, obviously. I'll fix it up soon.
-// Right now, this just needs to compile. -- Vyhd
-int GetRevision()
-{
- return 21;
-}
-
ScreenArcadePatch::~ScreenArcadePatch()
{
LOG->Trace( "ScreenArcadePatch::~ScreenArcadePatch() %i", (int)g_doReboot );