move some stuff out of arch.cpp
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "GameState.h"
|
||||
#include "RageTimer.h"
|
||||
#include "arch/Lights/LightsDriver.h"
|
||||
#include "arch/arch.h"
|
||||
#include "RageUtil.h"
|
||||
#include "GameInput.h" // for GameController
|
||||
#include "InputMapper.h"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include "global.h"
|
||||
#include "MemoryCardManager.h"
|
||||
#include "arch/MemoryCard/MemoryCardDriver.h" // for UsbStorageDevice
|
||||
#include "arch/arch.h"
|
||||
#include "ScreenManager.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "PrefsManager.h"
|
||||
|
||||
@@ -1126,6 +1126,9 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
<Filter
|
||||
Name="Lights"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="arch\Lights\LightsDriver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\Lights\LightsDriver.h">
|
||||
</File>
|
||||
@@ -1148,6 +1151,9 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
<Filter
|
||||
Name="MemoryCard"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="arch\MemoryCard\MemoryCardDriver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\MemoryCard\MemoryCardDriver.h">
|
||||
</File>
|
||||
|
||||
Reference in New Issue
Block a user