Line data Source code
1 0 : // 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