1    	/* @(#)root/base:$Id$ */
2    	
3    	/*************************************************************************
4    	 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
5    	 * All rights reserved.                                                  *
6    	 *                                                                       *
7    	 * For the licensing terms see $ROOTSYS/LICENSE.                         *
8    	 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
9    	 *************************************************************************/
10   	
11   	#ifndef ROOT_Gtypes
12   	#define ROOT_Gtypes
13   	
14   	
15   	//////////////////////////////////////////////////////////////////////////
16   	//                                                                      //
17   	// Gtypes                                                               //
18   	//                                                                      //
19   	// Types used by the graphics classes.                                  //
20   	//                                                                      //
21   	// Obsolete include: typedefs moved to Rtypes.h                         //
22   	//                                                                      //
23   	//////////////////////////////////////////////////////////////////////////
24   	                   
25   	#endif
26