Files
itgmania212121/stepmania/src/arch/arch_darwin.h
T

21 lines
420 B
C
Raw Normal View History

#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"
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-23 13:32:17 +00:00
#include "ErrorDialog/ErrorDialog_darwin.h"
#include "ArchHooks/ArchHooks_darwin.h"
2003-06-14 18:12:39 +00:00
#endif