瀏覽代碼

inline files for the linux OSS driver

Cary Sandvig 25 年之前
父節點
當前提交
b7da1b768c
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      panda/src/audio/audio_linux_traits.I

+ 17 - 0
panda/src/audio/audio_linux_traits.I

@@ -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) {
+}