|
|
@@ -0,0 +1,17 @@
|
|
|
+// Filename: audio_linux_traits.I
|
|
|
+// Created by: cary (02Oct00)
|
|
|
+//
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+
|
|
|
+INLINE LinuxSample::LinuxSample(Buffer* b) : _data(b) {
|
|
|
+}
|
|
|
+
|
|
|
+INLINE Buffer* LinuxSample::get_data(void) {
|
|
|
+ return _data;
|
|
|
+}
|
|
|
+
|
|
|
+INLINE LinuxMusic::LinuxMusic(void) {
|
|
|
+}
|
|
|
+
|
|
|
+INLINE LinuxPlayer::LinuxPlayer(void) {
|
|
|
+}
|