File:  [NeXTSTEP 3.3 examples] / Examples / AppKit / Graph / Graph.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:48:25 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3


/*
    Graph.h

    This file used to generate a precompiled header for the whole app.  We
    include all the system headers used by the app and all our headers into
    one giant precomp, which the compiler can quickly parse.  In other Graph
    header files, we include just the minimal headers we need, and use @class
    to declare classes we reference for static typing of instance variables
    or method parameters.
*/

/* System headers */
#import <appkit/appkit.h>
#import <bsd/sys/dir.h>
#import <3Dkit/3Dkit.h>

/* a workaround, since its not declared any system header file */
extern char *realpath(const char *fileName, char *resolvedName);

/* Graph headers */
#import "exprDefs.h"
#import "Expression.h"
#import "Graph3DDoc.h"
#import "PointMesh.h"
#import "GraphApp.h"
#import "GraphDoc.h"
#import "ThreeDPanel.h"
#import "LineGraph.h"
#import "RotatorCamera.h"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.