mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Migrate image storage from PICT to BMP
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "PLLittleEndian.h"
|
||||
#include "PLLittleEndian.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
@@ -11,14 +11,14 @@ namespace PortabilityLayer
|
||||
}
|
||||
|
||||
struct BitmapFileHeader
|
||||
{
|
||||
{
|
||||
char m_id[2]; // Normally "BM"
|
||||
LEUInt32_t m_fileSize;
|
||||
LEUInt16_t m_reserved1;
|
||||
LEUInt16_t m_reserved2;
|
||||
LEUInt32_t m_imageDataStart;
|
||||
LEUInt32_t m_imageDataStart;
|
||||
};
|
||||
|
||||
|
||||
struct BitmapInfoHeader
|
||||
{
|
||||
LEUInt32_t m_thisStructureSize;
|
||||
|
Reference in New Issue
Block a user