20 lines
413 B
C
20 lines
413 B
C
#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_CA.h"
|
|
#include "Sound/RageSoundDriver_QT1.h"
|
|
#include "Sound/RageSoundDriver_QT.h"
|
|
#include "LoadingWindow/LoadingWindow_Cocoa.h"
|
|
#include "ArchHooks/ArchHooks_darwin.h"
|
|
|
|
#endif
|