home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cpp-olib.zip / LIBS.ZIP / VIDBIOS.H < prev    next >
Text File  |  1992-12-28  |  371b  |  18 lines

  1. //VIDBIOS
  2. void set_default_palette();
  3. void blankcolor(int);
  4. void fade1_3();
  5. void fade3_1();
  6. void fade1_4();
  7. void fade4_1();
  8. void fade1_5();
  9. void fade5_1();
  10. void fadein(int);
  11. void fadeout(int);
  12. void rgb(int,int,int,int);
  13. void make_grayscale();
  14. void screenbord(int);
  15. void disable_blink();
  16. void enable_blink();
  17. void disable_refresh();
  18. void enable_refresh();