move GetCommandlineArgument, g_argc and g_argv into RageUtil.cpp,

so tests don't have to duplicate stuff, and because PrefsManager
uses it
This commit is contained in:
Glenn Maynard
2005-11-22 21:18:43 +00:00
parent 100ce95f14
commit 90ad56522c
8 changed files with 59 additions and 56 deletions
-1
View File
@@ -25,7 +25,6 @@
#include "MemoryCardManager.h"
#include "StatsManager.h"
#include "GameConstantsAndTypes.h"
#include "StepMania.h"
#include "CommonMetrics.h"
#include "Actor.h"
#include "PlayerState.h"