Files
itgmania212121/stepmania/src/arch/arch_darwin.h
T
Glenn Maynard 50402806d0 Cleanup
Fix OpenGL in Windows.
2003-07-23 20:51:46 +00:00

21 lines
420 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_QT1.h"
#include "Sound/RageSoundDriver_QT.h"
#include "LoadingWindow/LoadingWindow_Cocoa.h"
#include "ErrorDialog/ErrorDialog_darwin.h"
#include "ArchHooks/ArchHooks_darwin.h"
#endif