mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
22
PortabilityLayer/WindowDef.h
Normal file
22
PortabilityLayer/WindowDef.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#pragma once
|
||||
|
||||
#include "SharedTypes.h"
|
||||
#include "PascalStr.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class IOStream;
|
||||
|
||||
struct WindowDef
|
||||
{
|
||||
Rect m_initialRect;
|
||||
int16_t m_wdefResID;
|
||||
uint16_t m_visibilityStatus;
|
||||
uint16_t m_hasCloseBox;
|
||||
uint32_t m_referenceConstant;
|
||||
uint16_t m_positionSpec;
|
||||
uint8_t m_title[256];
|
||||
|
||||
bool Deserialize(IOStream *stream);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user