home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 21
/
CD_ASCQ_21_040595.iso
/
dos
/
prg
/
c
/
bc4l11
/
joystick.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-03-08
|
211b
|
23 lines
extern int hasstick;
#ifdef __cplusplus
extern "C" {
#endif
void getstik(int *x, int *y, int *b1, int *b2);
void nostikbutton();
void detectstick();
#ifdef __cplusplus
}
#endif