home *** CD-ROM | disk | FTP | other *** search
- void ClearWillyCol (void);
- void cls (BYTE col);
- void cmdline (int argc, const char *const argv[]);
- void CopyLevelInfo (void);
- void DoConvLeft (int input);
- void DoConvRight (int input);
- void DoCrumb (void);
- void DoDemo (void);
- void DoExtra1 (void);
- void DoGame (void);
- void DoHRobo (void);
- void DoLoading (void);
- void DoOnConv (int input);
- void DoSpecialRobo (void);
- void DoSun (void);
- void DoVRobo (void);
- void DoWilly (void);
- void DrawAir (void);
- void DrawAirBG (void);
- void DrawConv (void);
- void DrawCurrentLevel (void);
- void DrawExit (void);
- void DrawFinal (void);
- void DrawKeys (void);
- void DrawLevel (void);
- void DrawLives (void);
- void DrawSwitches (void);
- void DrawTPlate (void);
- void FadeToBlue (void);
- void FontPrint (int xpos, int ypos, const char * text);
- void FontPrint2 (int xpos, int ypos, const char * text);
- void FontPrintSmall (int xpos, int ypos, const char * text);
- void LevelDoneExtra (void);
- void LoadGame (const char *);
- void NextDemo (void);
- int PaletteFade (const unsigned char *pal1, unsigned char *pal2);
- void PaletteSet (const char *pal1);
- void Plot16 (int xpos, int ypos, const BYTE * block);
- void Plot16back (int xpos, int ypos, BYTE paper);
- void Plot16ink (int xpos, int ypos, const BYTE * block, BYTE ink, BYTE paper);
- void Plot16mask (int xpos, int ypos, const BYTE * block);
- void Plot16mask_ink (int xpos, int ypos, const BYTE * block, BYTE ink);
- void Plot8back (int xpos, int ypos, BYTE paper);
- void Plot8ink (int xpos, int ypos, const BYTE * block, BYTE ink, BYTE paper);
- void PlotShiny (int xpos, int ypos, const BYTE * block, BYTE bright, int size);
- void PlotXY (int xpos, int ypos, const BYTE * block, int width, int height);
- void PlotXYback (int xpos, int ypos, BYTE paper, int width, int height);
- void PlotXYink (int xpos, int ypos, const BYTE * block, BYTE ink, BYTE paper, int width, int height);
- void PlotXYmask (int xpos, int ypos, const BYTE * block, int width, int height);
- void PlotXYmask_ink (int xpos, int ypos, const BYTE * block, BYTE ink, int width, int height);
- void PrintHighScore (void);
- void PrintScore (void);
- void RemoveEugene (void);
- void RemoveHRobo (void);
- void RemoveKong (void);
- void RemoveSky (void);
- void RemoveSPG (void);
- void RemoveSun (void);
- void RemoveVRobo (void);
- void RemoveWilly (void);
- void RotPal (void);
- void ShowSix (int xpos, int ypos, unsigned long data);
- void StartGameMusic (void);
- void SwapPage (void);
- void Titles (void);
- void version (void);
- void WaitVR (void);
- void WaitVR2 (void);
-