home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CMAGIC.ZIP / MAGIC.H < prev    next >
Text File  |  1992-09-01  |  3KB  |  98 lines

  1. #include <stdio.h>
  2. void pink(void);
  3. void twinkle(void);
  4. void soundup(void);
  5. void sounddown(void);
  6. void bugle(void);
  7. void sorry(void);
  8. void magic_setup(void);
  9. void vgalovideo(void);
  10. void vgahivideo(void);
  11. void hercvideo(void);
  12. void egahivideo(void);
  13. void egalovideo(void);
  14. void cgahivideo(void);
  15. void cgalovideo(void);
  16. void textvideo(void);
  17. void bestvideo(void);
  18. void standardvideo(void);
  19. void standardcolors(void);
  20. char getvmode(void);
  21. void hidecursor(void);
  22. void bigcursor(void);
  23. void littlecursor(void);
  24. void makemouse(void);
  25. void replacemouse(void);
  26. void waste(void);
  27. void holdon(void);
  28. void waitforuser(void);
  29. void setmousecolumns(int high,int low);
  30. void setmouserows(int high,int low);
  31. void resetmouse(void);
  32. void pointeron(void);
  33. void pointeroff(void);
  34. void pointertoxy(void);
  35. void poll(void);
  36. char mouseinstalled(void);
  37. void clearsents(void);
  38. void pile(unsigned char instr[81]);
  39. int figurehowmany(void);
  40. int figurehowlong(void);
  41. void xclear(void);
  42. void getanykey(int x, int y);
  43. void getyn(int x, int y);
  44. void xreadkey(void);
  45. void menu(int x, int y);
  46. void xreadln(int x,int y, int h);
  47. void dialog(int x, int y);
  48. void savescreen(void);
  49. void dumpmaps(void);
  50. void restore(void);
  51. void pop(int x, int y);
  52. void nameinfile(char *instr);
  53. void nameoutfile(char *instr);
  54. void getoutfile(void);
  55. void filewriteln(unsigned char *instr);
  56. void filewrite(unsigned char instr);
  57. void getinfile(void);
  58. void fileread(void);
  59. void filereadln(void);
  60. void savesettings(void);
  61. void restoresettings(void);
  62. void triplex(void);
  63. void little(void);
  64. void sansserif(void);
  65. void gothic(void);
  66. void script(void);
  67. void simple(void);
  68. void italic(void);
  69. void complex(void);
  70. void european(void);
  71. void bold(void);
  72. void bitmap(void);
  73. void xclearg(void);
  74. void menug(void);
  75. void xreadlng(int x,int y, int h);
  76. void savescreeng(void);
  77. void restoreg(void);
  78. void popg(int x, int y);
  79. void dumpmapsg(void);
  80. void cleanup(void);
  81.  
  82. extern unsigned char answer[81];
  83. extern unsigned char sent[46] [81];
  84. extern char *cursormap;
  85. extern char far *mem;
  86. extern char xcursor[10], ycursor[10];
  87. extern int b1,b2,b3,b4,mc,howmany,howlong;
  88. extern char centerjustify, screencount;
  89. extern char vmode,problem,musicon,vga256driver;
  90. extern char maintext,mainback,boxtext,boxback,bartext,barback,
  91.             shadow,border;
  92. extern int zx,zy;
  93. extern int px,py;
  94. extern char keydetect,left,center,right,holdingmouse,pointerstatus;
  95. extern unsigned char u;
  96. extern FILE *infile, *outfile;
  97. extern char infilename[50],outfilename[50];
  98.