Files
itgmania212121/stepmania/src/arch/arch_linux.h
T
2003-07-19 21:20:34 +00:00

22 lines
352 B
C

#ifndef LINUX_ARCH_H
#define LINUX_ARCH_H
#include "global.h"
#ifdef HAVE_ALSA
# include "Sound/RageSoundDriver_ALSA9.h"
#endif
#include "Sound/RageSoundDriver_OSS.h"
#ifdef HAVE_GTK
# include "LoadingWindow/LoadingWindow_Gtk.h"
#endif
#endif
/*
* Copyright (c) 2002 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/