home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / other / f1398 / spy.h < prev    next >
Text File  |  1987-10-15  |  655b  |  25 lines

  1. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  2.  
  3. /* SPY.H */
  4.  
  5. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  6.  
  7. #define MAXINT      32767
  8. #define MAXWORD     65535
  9.  
  10. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  11.  
  12. /* Menu command definitions */
  13.  
  14. #define CMD_SPY     1
  15. #define CMD_EXPAND  2
  16.  
  17. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  18.  
  19. /* String table ID numbers */
  20.  
  21. #define IDS_CLASS       1
  22. #define IDS_TITLE       2
  23.  
  24. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  25.