mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match ViewManager ctor/dtor/structure (#614)
* Implement/match ViewManager constructor/structure * Add dtor
This commit is contained in:

committed by
GitHub

parent
c643723a9c
commit
05965f5357
@@ -84,6 +84,8 @@ public:
|
||||
return m_data->CreateTextureFromSurface(pSurface, pTexture2);
|
||||
}
|
||||
|
||||
inline IDirect3DRM2* ImplementationData() const { return m_data; }
|
||||
|
||||
public:
|
||||
inline Result Create();
|
||||
inline void Destroy();
|
||||
|
Reference in New Issue
Block a user