Oolite
1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
src
Core
OOMusic.m
Go to the documentation of this file.
1
// OOMusic.m: Selects the appropriate music class source file
2
// depending on the operating system defined.
3
//
4
// Add new OS imports here. The -DOS_NAME flag in the GNUmakefile
5
// will select which one gets compiled.
6
//
7
// David Taylor, 2005-05-04
8
9
#ifdef LINUX
10
#import "SDLMusic.m"
11
#endif
Generated by
1.12.0