home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright (c) 1991, 1992 by NeXT Computer, Inc as an unpublished work.
- All rights reserved.
-
- This file is included by all 3Dkit application source files for easy build.
- Using this file is preferred over importing individual files because it will
- use a precompiled version.
- */
-
- #ifndef N3DKIT_H
- #define N3DKIT_H
-
- #import "N3DCamera.h"
- #import "N3DContextManager.h"
- #import "N3DLight.h"
- #import "N3DMovieCamera.h"
- #import "N3DRenderPanel.h"
- #import "N3DRotator.h"
- #import "N3DShader.h"
- #import "N3DShape.h"
- #import "N3DRIBImageRep.h"
- #import "next3d.h"
-
- #endif N3DKIT_H
-