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