home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / draw.h < prev    next >
Text File  |  1996-04-25  |  946b  |  38 lines

  1. /*
  2.  * You may freely copy, distribute and reuse the code in this example. 
  3.  * NeXT disclaims any warranty of any kind, expressed or implied, as to
  4.  * its fitness for any particular use.  This disclaimer applies to all
  5.  * source files in this example.
  6.  */
  7.  
  8. #import <AppKit/AppKit.h>
  9. #import <Foundation/Foundation.h>
  10. #import <math.h>
  11. #import <stdio.h>
  12. #import "drawWraps.h"
  13. #import "propertyList.h"
  14. #import "Graphic.h"
  15. #import "Circle.h"
  16. #import "Rectangle.h"
  17. #import "Line.h"
  18. #import "Curve.h"
  19. #import "Image.h"
  20. #import "TextGraphic.h"
  21. #import "Scribble.h"
  22. #import "Polygon.h"
  23. #import "Group.h"
  24. #import "GraphicView.h"
  25. #import "GridView.h"
  26. #import "DrawPageLayout.h"
  27. #import "Inspector.h"
  28. #import "SyncScrollView.h"
  29. #import "Ruler.h"
  30. #import "DrawSpellText.h"
  31. #import "undo.subproj/undochange.h"
  32. #import "graphicsUndo.subproj/drawundo.h"
  33. #import "DrawDocument.h"
  34. #import "DrawApp.h"
  35. #import "LocalizableStrings.h"
  36.  
  37. #define DRAW_EXTENSION @"draw"
  38.