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

18 lines
268 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 <SDL.h>
2003-06-14 18:12:39 +00:00
#include "Sound/RageSoundDriver_SDL.h"
#endif