Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
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