Put all the Make* functions into a single .h/.cpp file (yes, kinda like the way it was), and add Make* functions for DialogDrivers. This means there's only one object that's affected by drivers being added/removed. (Driver default changes are a little different -- 2 or 3 objects.) Also one or two minor cleanups. (note: I apparently don't know much about CVS, it appears that some files might not make it into the repository; hang tight, I'm trying to find a solution.)

This commit is contained in:
Ben Anderson
2005-03-15 00:30:26 +00:00
parent 8362e44d72
commit 167e5aebc0
26 changed files with 15 additions and 455 deletions
+2
View File
@@ -13,6 +13,8 @@
#include "Foreach.h"
#include "RageUtil_WorkerThread.h"
#include "arch/arch.h"
MemoryCardManager* MEMCARDMAN = NULL; // global and accessable from anywhere in our program
const CString MEM_CARD_MOUNT_POINT[NUM_PLAYERS] =