mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Migrate image storage from PICT to BMP
This commit is contained in:
11
PortabilityLayer/BitmapImage.h
Normal file
11
PortabilityLayer/BitmapImage.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "BMPFormat.h"
|
||||
#include "SharedTypes.h"
|
||||
|
||||
struct BitmapImage
|
||||
{
|
||||
PortabilityLayer::BitmapFileHeader m_fileHeader;
|
||||
|
||||
Rect GetRect() const;
|
||||
};
|
Reference in New Issue
Block a user