home *** CD-ROM | disk | FTP | other *** search
- /*
- stub - nonfunctioning routines corresponding to those
- in "adjust.c" or "gmouse.c"
-
- */
- #include <stdio.h>
- #include "graph.h"
-
- extern char *default_script_file;
-
- adjust_parameters() {}
- init_menus() {}
- ctrlbrk() {}
- GetEvent() {return 'q';}
- scr_csts(){ return 0;}
- #ifdef __TURBOC__
- scr_ci() {getch(); return 'q';}
- #else
- scr_ci() {getchar(); return 'q';}
- #endif
- scr_term() {}
-