]> icculus.org git repositories - taylor/freespace2.git/blob - src/sound/ds3d-unix.cpp
commit
[taylor/freespace2.git] / src / sound / ds3d-unix.cpp
1 #include "pstypes.h"
2
3 void ds3d_close()
4 {
5         STUB_FUNCTION;
6 }
7
8 int ds3d_update_listener(vector *pos, vector *vel, matrix *orient)
9 {
10         STUB_FUNCTION;
11         
12         return -1;
13 }