/****************************************************************************************/
/*                                                                                      */
/*     Structure for bitmap type                                                         */
/*                                                                                      */
/****************************************************************************************/

//$ LB (13/06/2002) : changed the objbitmap struct to manage the GDI problem.
//
//$ LB (12/07/2003) : 16 bits to 24 bits
//
//$ LB (13/06/2002) : ==> added OBJgetNewHandler function
//


#ifndef _OBJBITMAP_H_
#define _OBJBITMAP_H_

#include "scolPrerequisites.h"

//$ LB (13/06/2002)
/***********************************************************************/
/*                                                                     */
/* int OBJgetNewHandler ()                                             */
/*                                                                     */
/* return a unique handler for a scol object this function has been    */
/* introduced in order to give a handler to the ObjBitmaps (lib OS 2d, */
/* lib2D, lib3d...), since the ObjBitmap structure changed...          */
/*                                                                     */
/***********************************************************************/
int OBJgetNewHandler ();


#endif