Classes for SDL sound

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@43 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
dajt 2005-05-04 11:05:51 +00:00
parent 2747a440c9
commit 7cb109935a
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@
// Dylan Smith, 2005-04-22 // Dylan Smith, 2005-04-22
#ifdef LINUX #ifdef LINUX
#import "OOAlsaSound.h" #import "SDLSound.h"
#endif #endif

View File

@ -10,6 +10,6 @@
// Dylan Smith, 2005-04-22 // Dylan Smith, 2005-04-22
#ifdef LINUX #ifdef LINUX
#import "OOAlsaSound.m" #import "SDLSound.m"
#endif #endif