home *** CD-ROM | disk | FTP | other *** search
- /*
- * You may freely copy, distribute and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to
- * its fitness for any particular use. This disclaimer applies to all
- * source files in this example.
- */
-
- #import <AppKit/AppKit.h>
- #import <Foundation/Foundation.h>
- #import <math.h>
- #import <stdio.h>
- #import "drawWraps.h"
- #import "propertyList.h"
- #import "Graphic.h"
- #import "Circle.h"
- #import "Rectangle.h"
- #import "Line.h"
- #import "Curve.h"
- #import "Image.h"
- #import "TextGraphic.h"
- #import "Scribble.h"
- #import "Polygon.h"
- #import "Group.h"
- #import "GraphicView.h"
- #import "GridView.h"
- #import "DrawPageLayout.h"
- #import "Inspector.h"
- #import "SyncScrollView.h"
- #import "Ruler.h"
- #import "DrawSpellText.h"
- #import "undo.subproj/undochange.h"
- #import "graphicsUndo.subproj/drawundo.h"
- #import "DrawDocument.h"
- #import "DrawApp.h"
- #import "LocalizableStrings.h"
-
- #define DRAW_EXTENSION @"draw"
-