mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
inline files for the linux OSS driver
This commit is contained in:
parent
27e72f817a
commit
b7da1b768c
17
panda/src/audio/audio_linux_traits.I
Normal file
17
panda/src/audio/audio_linux_traits.I
Normal 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) {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user