home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-22 | 920 b | 27 lines | [TEXT/????] |
- /* Copyright 1994 Ralph Gonzalez */
-
- /*
- * FILE: mgraph.h
- * AUTHOR: R. Gonzalez
- * CREATED: March 19, 1990
- * MODIFIED: March 15, 1994
- * Adapted macgraph.h to agree with xgraph version
- *
- * declarations for mgraph.c
- */
-
- # include "boolean.h"
-
- # define BLACK 0
- # define WHITE 1
- # define RED 2
- # define YELLOW 3
- # define GREEN 4
- # define BLUE 5
- # define CYAN 6
- # define MAGENTA 7
- typedef int color;
-
- void init_graphics(void);
- double get_screen_aspect_ratio(void);
- void set_graphics_coords(double,double,d