home *** CD-ROM | disk | FTP | other *** search
/ Games 1995 to 2000 / Games.iso / SexTetris / INPUT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-16  |  148 b   |  5 lines

  1. #define ALPHASET ""
  2. #define NUMSET   "0123456789-+/*"
  3.  
  4. int  GetInput(int, int, unsigned char, unsigned char, char *, char *, int, int, char *);
  5.