home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / 3Dkit / 3Dkit.h next >
Text File  |  1992-07-18  |  576b  |  24 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_@5efine N3DKIT_H
  11.  
  12. #import "N3DCamera.h"
  13. #import "N3DContextManager.h"
  14. #import "N3DLight.h"
  15. #import "N3DMovieCamera.h"
  16. #import "N3DRenderPanel.h"
  17. #import "N3DRotator.h"
  18. #import "N3DShader.h"
  19. #import "N3DShape.h"
  20. #import "N3DRIBImageRep.h"
  21. #import "next3d.h"
  22.  
  23. #endif N3DKIT_H
  24.