mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Remove 8bit mode
Obsolete and doesn't work * Remove gbPixelDepth * Remove 8-bit to 8-bit blitters * FileNameForBPP now only calls strcopy
This commit is contained in:
@@ -42,10 +42,5 @@ namespace ja2xp
|
||||
UINT32 UnpackETRLEImageToBuffer(UINT8 *pBuffer, image_type *pImage, UINT16 ueETRLEIndex);
|
||||
UINT32 UnpackETRLEImageToRGBABuffer(UINT8 *pBuffer, image_type *pImage, UINT16 ueETRLEIndex);
|
||||
|
||||
/**
|
||||
* NOTE: implemented in msvc inline assembler
|
||||
* does not work with gcc -> use 'UnpackETRLEImageToBuffer'
|
||||
*/
|
||||
BOOLEAN Blt8BPPDataTo8BPPBuffer( UINT8 *pBuffer, UINT32 uiDestPitchBYTES, image_type *hSrcVObject, INT32 iX, INT32 iY, UINT16 usIndex );
|
||||
};
|
||||
#endif // _STCI_IMAGE_UTILS_H_
|
||||
|
||||
Reference in New Issue
Block a user