mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match Lego3DView and parent classes (#412)
* Implement/match TglSurface * Implement/match LegoView/1 * Lego3DView * Fixes * Lego3DManager * Remove garbage * Remove garbage * Use shorthand calls
This commit is contained in:

committed by
GitHub

parent
dc3500f631
commit
8db36722d8
@@ -110,8 +110,8 @@ public:
|
||||
class Renderer : public Object {
|
||||
public:
|
||||
// vtable+0x08
|
||||
virtual Device* CreateDevice(const DeviceDirect3DCreateData&) = 0;
|
||||
virtual Device* CreateDevice(const DeviceDirectDrawCreateData&) = 0;
|
||||
virtual Device* CreateDevice(const DeviceDirect3DCreateData&) = 0;
|
||||
|
||||
// vtable+0x10
|
||||
virtual View* CreateView(
|
||||
|
Reference in New Issue
Block a user