home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / 3Dkit / 3Dkit.h next >
Text File  |  1992-07-18  |  576b  |  25 lines

  1. /*
  2.  Copyright (c) 1991, 1992 by NeXT Computer, Inc as an unpublished work.
  3.  All rights reserved.
  4.  
  5.     This file is included by all 3Dkit application source files for easy build.
  6.     Using this file is preferred over importing individual files because it will
  7.     use a precompiled version.
  8. */
  9.  
  10. #ifndef N3DKIT_H
  11. #define N3DKIT_H
  12.  
  13. #import "N3DCamera.h"
  14. #import "N3DContextManager.h"
  15. #import "N3DLight.h"
  16. #import "N3DMovieCamera.h"
  17. #import "N3DRenderPanel.h"
  18. #import "N3DRotator.h"
  19. #import "N3DShader.h"
  20. #import "N3DShape.h"
  21. #import "N3DRIBImageRep.h"
  22. #import "next3d.h"
  23.  
  24. #endif N3DKIT_H
  25.