home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / abermud.zip / BBC.C < prev    next >
C/C++ Source or Header  |  1989-07-08  |  284b  |  27 lines

  1. #include <stdio.h>
  2. #include "System.h"
  3.  
  4. /*
  5.  *    Code for doing hardware windowed output on BBC GTSS terminals
  6.  *        Removed on UNIX version
  7.  *
  8.  */
  9.  
  10. long tty;        /* TTY Type - not used either */
  11.  
  12. void initscr()
  13. {
  14.     ;
  15. }
  16.  
  17. void topscr()
  18. {
  19.     ;
  20. }
  21.  
  22. void btmscr()
  23. {
  24.     ;
  25. }
  26.  
  27.