home *** CD-ROM | disk | FTP | other *** search
- /* osptrs.h - system specific function pointers */
-
-
- { "SYSTEM", S, xsystem },
-
- #if !(defined(UNIX)||defined(AMIGA))
- { "GET-KEY", S, xgetkey },
- #endif
-
- #ifdef GRAPHICS
- { "CLS", S, xcls },
- { "GOTO-XY", S, xgotoxy },
- { "CLEOL", S, xcleol },
- { "MODE", S, xmode },
- { "COLOR", S, xcolor },
- { "MOVE", S, xmove },
- { "DRAW", S, xdraw },
- { "MOVEREL", S, xmoverel},
- { "DRAWREL", S, xdrawrel},
- #endif
-