2003-06-14 04:18:58 +00:00
|
|
|
#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.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2003-07-09 05:26:33 +00:00
|
|
|
#include "Sound/RageSoundDriver_QT1.h"
|
2003-06-24 08:42:55 +00:00
|
|
|
#include "Sound/RageSoundDriver_QT.h"
|
2003-07-04 09:28:44 +00:00
|
|
|
#include "LoadingWindow/LoadingWindow_Cocoa.h"
|
2003-07-15 09:44:02 +00:00
|
|
|
#include "ArchHooks/ArchHooks_darwin.h"
|
2003-06-14 18:12:39 +00:00
|
|
|
|
2003-06-14 04:18:58 +00:00
|
|
|
#endif
|
|
|
|
|
|