genshape.h

Go to the documentation of this file.
00001 /**********************************************************************
00002  *<
00003     FILE: genshape.h
00004                   
00005     DESCRIPTION:  Defines Generic Shape Class
00006 
00007     CREATED BY: Tom Hudson
00008 
00009     HISTORY: created 13 November 1995
00010 
00011  *> Copyright (c) 1995, All Rights Reserved.
00012  **********************************************************************/
00013 #pragma once
00014 #include "coreexp.h"
00015 #include "maxtypes.h"
00016 
00017 extern CoreExport Class_ID  genericShapeClassID; 
00018