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
+1 -1
View File
@@ -19,7 +19,7 @@
#include "PrefsManager.h"
#include "RageException.h"
#include "RageTimer.h"
#include "arch/LoadingWindow.h"
#include "arch/LoadingWindow/LoadingWindow.h"
#include "AnnouncerManager.h"
#include "ThemeManager.h"