home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / NERVES.ZIP / NO87 / DEFN.H < prev    next >
C/C++ Source or Header  |  1990-12-30  |  839b  |  45 lines

  1. #include <string.h>
  2. #include <bios.h>
  3. #include <stdio.h>
  4. #include <conio.h>
  5. #include <stdlib.h>
  6. #include <ctype.h>
  7. #include <time.h>
  8. #include <graphics.h>
  9. #include <math.h>
  10. #include <dos.h>
  11. #define TRUE 1
  12. #define FALSE 0
  13. #define MAXINT 32767
  14. #define PI 3142
  15. #define TWOPI 6283
  16. #define HALFPI 1571
  17. #define PIANDAHALF 4712
  18. #define NFOOD 3
  19. #define NBLOCK 9
  20. #define NREC 10
  21. #define MAXX 956
  22. #define MINX 0
  23. #define MAXY 902
  24. #define MINY 0
  25. #define sgn(x) ((x<0) ? -1:((x==0) ? 0:1))
  26. #define BLOCKWIDTH 200
  27. #define BLOCKHEIGHT 100
  28. #define PBLOCKWIDTH 100
  29. #define PBLOCKHEIGHT 36
  30. #define MAXENERGY 999
  31. #define ENERGYPERT 625
  32. #define BITEENERGY 250000L
  33. #define PLAYBUG 28501
  34. #define VERSION 1
  35. #define fsgn(x) ((x<0.) ? -1.:((x==0.) ? 0.:1.))
  36. #define MAXREC 200
  37. #define PAUSEINC 2
  38. #define MAXBLK 30
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.