mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-05-08 20:20:51 -04:00
Fix member visibility
This commit is contained in:
parent
54ed98b9d6
commit
5aef35d9c7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public:
|
||||||
|
|
||||||
friend class MxDirect3D;
|
friend class MxDirect3D;
|
||||||
|
|
||||||
public:
|
private:
|
||||||
GUID m_guid; // 0x00
|
GUID m_guid; // 0x00
|
||||||
MxU32 m_flags; // 0x10
|
MxU32 m_flags; // 0x10
|
||||||
D3DDEVICEDESC m_desc; // 0x14
|
D3DDEVICEDESC m_desc; // 0x14
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue