From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- src/parsec/include/do_bmap.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/parsec/include/do_bmap.h (limited to 'src/parsec/include/do_bmap.h') diff --git a/src/parsec/include/do_bmap.h b/src/parsec/include/do_bmap.h new file mode 100644 index 0000000..ff385b9 --- /dev/null +++ b/src/parsec/include/do_bmap.h @@ -0,0 +1,28 @@ +/* + * PARSEC HEADER: do_bmap.h + */ + +#ifndef _DO_BMAP_H_ +#define _DO_BMAP_H_ + + +// do_bmap.c implements the following functions +// -------------------------------------------- +// void D_PutTrBitmap( char *bitmap, dword width, dword height, ugrid_t putx, ugrid_t puty ); +// void D_PutTrMapBitmap( char *bitmap, char *maps, dword width, dword height, ugrid_t putx, ugrid_t puty, dword color ); +// void D_PutClipBitmap( char *bitmap, dword width, dword height, sgrid_t putx, sgrid_t puty ); +// void D_PutTrClipBitmap( char *bitmap, dword width, dword height, sgrid_t putx, sgrid_t puty ); +// void D_PutSTCBitmap( char *bitmap, dword srcw, dword srch, dword dstw, dword dsth, sgrid_t putx, sgrid_t puty ); +// void D_PutSTCBitmapZ( char *bitmap, dword srcw, dword srch, dword dstw, dword dsth, sgrid_t putx, sgrid_t puty, dword zvalue ); +// void D_DrawTrRect( ugrid_t putx, ugrid_t puty, dword width, dword height, dword brightx ); + +// do_bmap.c implements the following variables +// -------------------------------------------- +// char * GlobalColXlat; +// char * BrightxMap; + + + +#endif // _DO_BMAP_H_ + + -- cgit v1.2.3