Reorganize arch a bit. Multiple architectures might want to share

a non-default implementation of a driver, and organizing them by
architecture doesn't handle that very well.
This commit is contained in:
Glenn Maynard
2002-11-18 21:37:58 +00:00
parent 52ce8414b3
commit acdb516ffd
11 changed files with 425 additions and 5 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
#include "RageDisplay.h"
#include "RageTextureManager.h"
#include "RageSound.h"
//#include "RageSoundManager.h"
// #include "RageSoundManager.h"
#include "RageMusic.h"
#include "RageInput.h"
#include "RageTimer.h"
@@ -31,7 +31,7 @@
#include "RageMath.h"
#include "arch/arch.h"
#include "arch/LoadingWindow.h"
#include "arch/LoadingWindow/LoadingWindow.h"
#include "SDL.h"
#include "SDL_syswm.h" // for SDL_SysWMinfo