home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / xlisp21w / sources / osptrs.h < prev    next >
Encoding:
Text File  |  1992-02-03  |  483 b   |  21 lines

  1. /* osptrs.h - system specific function pointers */
  2.  
  3.  
  4. {   "SYSTEM",   S,  xsystem },
  5.  
  6. #if !(defined(UNIX)||defined(AMIGA))
  7. {   "GET-KEY",  S,  xgetkey },
  8. #endif
  9.  
  10. #ifdef GRAPHICS
  11. {   "CLS",      S,  xcls    },
  12. {   "GOTO-XY",  S,  xgotoxy },
  13. {   "CLEOL",    S,  xcleol  },
  14. {   "MODE",     S,  xmode   },
  15. {   "COLOR",    S,  xcolor  },
  16. {   "MOVE",     S,  xmove   },
  17. {   "DRAW",     S,  xdraw   },
  18. {   "MOVEREL",  S,  xmoverel},
  19. {   "DRAWREL",  S,  xdrawrel},
  20. #endif
  21.