source:
abuse/trunk/src/imlib/include/sdriver.hpp
@
28
Last change on this file since 28 was 2, checked in by , 18 years ago | |
---|---|
File size: 185 bytes |
Line | |
---|---|
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.