]> icculus.org git repositories - taylor/freespace2.git/blob - src/sound/acm-unix.cpp
commit
[taylor/freespace2.git] / src / sound / acm-unix.cpp
1 #include "unix.h"
2
3 void ACM_close()
4 {
5         STUB_FUNCTION;
6 }
7
8 int ACM_init()
9 {
10         STUB_FUNCTION;
11         
12         return -1;
13 }
14
15 int ACM_is_inited()
16 {
17         STUB_FUNCTION;
18         
19         return 0;
20 }
21