mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Update d3drmobject_impl.h
This commit is contained in:
parent
952a407f3e
commit
c8051a01cb
@ -64,8 +64,9 @@ struct Direct3DRMObjectBaseImpl : public T {
|
||||
return D3DRM_OK;
|
||||
}
|
||||
|
||||
private:
|
||||
protected:
|
||||
std::vector<std::pair<D3DRMOBJECTCALLBACK, void*>> m_callbacks;
|
||||
private:
|
||||
LPD3DRM_APPDATA m_appData = nullptr;
|
||||
char* m_name = nullptr;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user