home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / IYONIX / MANICMINER / SOURCE.ZIP / manicminer-1.6.3 / h / functions next >
Encoding:
Text File  |  2000-12-09  |  2.4 KB  |  69 lines

  1. void ClearWillyCol (void);
  2. void cls (BYTE col);
  3. void cmdline (int argc, const char *const argv[]);
  4. void CopyLevelInfo (void);
  5. void DoConvLeft (int input);
  6. void DoConvRight (int input);
  7. void DoCrumb (void);
  8. void DoDemo (void);
  9. void DoExtra1 (void);
  10. void DoGame (void);
  11. void DoHRobo (void);
  12. void DoLoading (void);
  13. void DoOnConv (int input);
  14. void DoSpecialRobo (void);
  15. void DoSun (void);
  16. void DoVRobo (void);
  17. void DoWilly (void);
  18. void DrawAir (void);
  19. void DrawAirBG (void);
  20. void DrawConv (void);
  21. void DrawCurrentLevel (void);
  22. void DrawExit (void);
  23. void DrawFinal (void);
  24. void DrawKeys (void);
  25. void DrawLevel (void);
  26. void DrawLives (void);
  27. void DrawSwitches (void);
  28. void DrawTPlate (void);
  29. void FadeToBlue (void);
  30. void FontPrint (int xpos, int ypos, const char * text);
  31. void FontPrint2 (int xpos, int ypos, const char * text);
  32. void FontPrintSmall (int xpos, int ypos, const char * text);
  33. void LevelDoneExtra (void);
  34. void LoadGame (const char *);
  35. void NextDemo (void);
  36. int PaletteFade (const unsigned char *pal1, unsigned char *pal2);
  37. void PaletteSet (const char *pal1);
  38. void Plot16 (int xpos, int ypos, const BYTE * block);
  39. void Plot16back (int xpos, int ypos, BYTE paper);
  40. void Plot16ink (int xpos, int ypos, const BYTE * block, BYTE ink, BYTE paper);
  41. void Plot16mask (int xpos, int ypos, const BYTE * block);
  42. void Plot16mask_ink (int xpos, int ypos, const BYTE * block, BYTE ink);
  43. void Plot8back (int xpos, int ypos, BYTE paper);
  44. void Plot8ink (int xpos, int ypos, const BYTE * block, BYTE ink, BYTE paper);
  45. void PlotShiny (int xpos, int ypos, const BYTE * block, BYTE bright, int size);
  46. void PlotXY (int xpos, int ypos, const BYTE * block, int width, int height);
  47. void PlotXYback (int xpos, int ypos, BYTE paper, int width, int height);
  48. void PlotXYink (int xpos, int ypos, const BYTE * block, BYTE ink, BYTE paper, int width, int height);
  49. void PlotXYmask (int xpos, int ypos, const BYTE * block, int width, int height);
  50. void PlotXYmask_ink (int xpos, int ypos, const BYTE * block, BYTE ink, int width, int height);
  51. void PrintHighScore (void);
  52. void PrintScore (void);
  53. void RemoveEugene (void);
  54. void RemoveHRobo (void);
  55. void RemoveKong (void);
  56. void RemoveSky (void);
  57. void RemoveSPG (void);
  58. void RemoveSun (void);
  59. void RemoveVRobo (void);
  60. void RemoveWilly (void);
  61. void RotPal (void);
  62. void ShowSix (int xpos, int ypos, unsigned long data);
  63. void StartGameMusic (void);
  64. void SwapPage (void);
  65. void Titles (void);
  66. void version (void);
  67. void WaitVR (void);
  68. void WaitVR2 (void);
  69.