inline files for the linux OSS driver

This commit is contained in:
Cary Sandvig 2000-10-04 23:12:26 +00:00
parent 27e72f817a
commit b7da1b768c

View File

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