mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 02:14:18 +00:00
Implement/match LegoVideoManager::ConfigureD3DRM (#408)
* Implement/match LegoVideoManager::ConfigureD3DRM * Fix name * Remove unnecessary forward decl
This commit is contained in:
committed by
GitHub
parent
9651ece809
commit
27269647f8
@@ -57,8 +57,8 @@ struct PaletteEntry {
|
||||
};
|
||||
|
||||
struct DeviceDirect3DCreateData {
|
||||
IDirect3D* m_pDirect3D;
|
||||
IDirect3DDevice* m_pDirect3DDevice;
|
||||
IDirect3D2* m_pDirect3D;
|
||||
IDirect3DDevice2* m_pDirect3DDevice;
|
||||
};
|
||||
|
||||
struct DeviceDirectDrawCreateData {
|
||||
|
||||
Reference in New Issue
Block a user