home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / gle / gle / scr.c < prev    next >
C/C++ Source or Header  |  1992-11-29  |  252b  |  35 lines

  1. scr_refresh()
  2. {
  3. }
  4. int scr_getch()
  5. {
  6. }
  7. scr_init()
  8. {
  9. }
  10. scr_end()
  11. {
  12. }
  13. struct text_info r;
  14. scr_savexy()
  15. {
  16.     gettextinfo(&r);
  17. }
  18. scr_restorexy()
  19. {
  20.     textattr(r.normattr);
  21.     window(r.winleft,r.wintop,r.winright,r.winbottom);
  22.     gotoxy(r.curx,r.cury);
  23. }
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.