00001 #ifndef BITMAP_BLITDATA_H 00002 #define BITMAP_BLITDATA_H 00003 00004 #ifndef BITMAP_PRIVATE_H 00005 Intentional Error : bitmap_blidata only allowed in bitmap internals! 00006 #endif 00007 /****************************************************************************************/ 00008 /* Bitmap_BlitData.h */ 00009 /* */ 00010 /* Author: Charles Bloom */ 00011 /* Description: The Bitmap_BlitData function */ 00012 /* Does all format conversions */ 00013 /* */ 00014 /* The contents of this file are subject to the Genesis3D Public License */ 00015 /* Version 1.01 (the "License"); you may not use this file except in */ 00016 /* compliance with the License. You may obtain a copy of the License at */ 00017 /* http://www.genesis3d.com */ 00018 /* */ 00019 /* Software distributed under the License is distributed on an "AS IS" */ 00020 /* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See */ 00021 /* the License for the specific language governing rights and limitations */ 00022 /* under the License. */ 00023 /* */ 00024 /* The Original Code is Genesis3D, released March 25, 1999. */ 00025 /* Genesis3D Version 1.1 released November 15, 1999 */ 00026 /* Copyright (C) 1999 WildTangent, Inc. All Rights Reserved */ 00027 /* */ 00028 /****************************************************************************************/ 00029 00030 00031 extern geBoolean geBitmap_BlitData( 00032 const geBitmap_Info * SrcInfo,const void *SrcData,const geBitmap *SrcBmp, 00033 geBitmap_Info * DstInfo, void *DstData,const geBitmap *DstBmp, 00034 int SizeX, 00035 int SizeY); 00036 00037 #endif //BITMAP_BLITDATA_H
1.3.2