arch interface for little hooks that don't need their own drivers
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
LoadingWindow *MakeLoadingWindow() { return new ARCH_LOADING_WINDOW; }
|
||||
ErrorDialog *MakeErrorDialog() { return new ARCH_ERROR_DIALOG; }
|
||||
ArchHooks *MakeArchHooks() { return new ARCH_HOOKS; }
|
||||
|
||||
/* Err, this is ugly--breaks arch encapsulation. Hmm. */
|
||||
RageSoundDriver *MakeRageSoundDriver(CString drivers)
|
||||
|
||||
Reference in New Issue
Block a user