1 /*--------------------------------------------------------------
2 	Image object class  Include File   Rev.980108
3 		Written  by H.Goto , May  1994
4 		Modified by H.Goto , Jan. 1998
5 --------------------------------------------------------------*/
6 
7 /*--------------------------------------------------------------------
8   Copyright (C) 1994-1998  Hideaki Goto
9 
10         All Rights Reserved
11 
12   Permission to use, copy, modify, and distribute this software and
13   its documentation for any purpose is hereby granted without fee,
14   provided that (i) the above copyright notice and this permission
15   notice appear in all copies and in supporting documentation, (ii)
16   the name of the author, Hideaki Goto, may not be used in any
17   advertising or otherwise to promote the sale, use or other
18   dealings in this software without prior written authorization
19   from the author, (iii) this software may not be used for
20   commercial products without prior written permission from the
21   author, and (iv) the notice of the modification is specified in
22   case of that the modified copies of this software are distributed.
23 
24   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
25   THE AUTHOR WILL NOT BE RESPONSIBLE FOR ANY DAMAGE CAUSED BY THIS
26   SOFTWARE.
27 --------------------------------------------------------------------*/
28 
29 #ifndef imgobjp_h
30 #define imgobjp_h
31 
32 #include	<CRect.h>
33 #include	<ORect.h>
34 
35 #endif	/* imgobjp_h */
36