source:
abuse/tags/pd/macabuse/imlib/include/sdriver.hpp
@
483
Last change on this file since 483 was 49, checked in by , 15 years ago | |
---|---|
File size: 185 bytes |
Rev | Line | |
---|---|---|
[49] | 1 | #ifndef __SDRIVER_HPP_ |
2 | #define __SDRIVER_HPP_ | |
3 | ||
4 | #define DNAME "/tmp/jcsnd-driver" | |
5 | ||
6 | #define SDRIVER_QUIT 0 | |
7 | #define SDRIVER_LOAD 1 | |
8 | #define SDRIVER_PLAY 2 | |
9 | #define SDRIVER_UNLOAD 3 | |
10 | ||
11 | #endif |
Note: See TracBrowser
for help on using the repository browser.