ftp.nice.ch/pub/next/science/cartography/ICAO.0.7b.s.tar.gz#/ICAOfNEXT.0.7b/graph_primi.h

This is graph_primi.h in view mode; [Download] [Up]

/****************************************************************
 *                                                              *
 *                        I C A O   M a p  -                    *
 *                                                              *
 *             A n   A v i a t i o n   U t i l i t y            *
 *                                                              *
 *                                                              *
 *            Copyright (C) 1993, 1994  Martin Pauly            *
 *                                                              *
 *                   N e x t   V e r s i o n                    *
 *                                                              *
 *       Copyright (C) 1994  Stefan Leuker & Oliver Meyer       *
 *                                                              *
 *   This file may be freely distributed only if it includes    *
 *                the above copyright notice.                   *
 *                                                              *
 ****************************************************************/

#import "IcaoDefinitions.h"
#import <gpWraps.h>
#import <dpsclient/psops.h>
#import <stdio.h>
#import <objc/objc.h>

extern BOOL	screenIsMono;
extern BOOL	optimizeForMono;
extern int	media;

void gp_drawline (int x1, int y1, int x2, int y2);
void gp_drawcircle (int x, int y, int radius);
void gp_setlinestyle (int width, int style);
void gp_setcolor(int color);
void gp_smalltext (int x, int y, char *string);
void gp_smalltextleftaligned (int x, int y, char *string);
void gp_bigtext (int x, int y, char *string);
void gp_drawrect (int x1, int y1, int x2, int y2);
void gp_drawfilledrect (int x1, int y1, int x2, int y2);
void gp_drawarea (int *x, int *y, int numpoints);
void gp_setplane (unsigned long plane);
void gp_drawplanearea (int *x, int *y, int numpoints);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.