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

23 lines
467 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-22 07:47:27 +00:00
#include "InputHandler/InputHandler_SDL.h"
2003-07-22 15:39:47 +00:00
#include "LowLevelWindow/LowLevelWindow_SDL.h"
2003-07-22 07:47:27 +00:00
#include "ArchHooks/ArchHooks_darwin.h"
2003-06-14 18:12:39 +00:00
#endif