#ifndef ARCH_DARWIN_H #define ARCH_DARWIN_H /* * arch_darwin.h * stepmania * * Created by Steve Checkoway on Fri Jun 13 2003. * Copyright (c) 2003 Steve Checkoway. All rights reserved. * */ #include "Sound/RageSoundDriver_QT1.h" #include "Sound/RageSoundDriver_QT.h" #include "LoadingWindow/LoadingWindow_Cocoa.h" #include "ErrorDialog/ErrorDialog_darwin.h" #include "ArchHooks/ArchHooks_darwin.h" #endif