mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
12 lines
162 B
C
12 lines
162 B
C
#pragma once
|
|
|
|
#include "BMPFormat.h"
|
|
#include "SharedTypes.h"
|
|
|
|
struct BitmapImage
|
|
{
|
|
PortabilityLayer::BitmapFileHeader m_fileHeader;
|
|
|
|
Rect GetRect() const;
|
|
};
|