mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
use MxDouble
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef VIEWMANAGER_H
|
||||
#define VIEWMANAGER_H
|
||||
|
||||
#include "mxtypes.h"
|
||||
#include "viewroi.h"
|
||||
|
||||
// VTABLE: LEGO1 0x100dbd88
|
||||
@@ -15,7 +16,7 @@ public:
|
||||
void SetPOVSource(const OrientableROI* point_of_view);
|
||||
void SetResolution(int width, int height);
|
||||
void SetFrustrum(float fov, float front, float back);
|
||||
void Update(float p_previousRenderTime, float p_und2);
|
||||
void Update(MxFloat p_previousRenderTime, MxFloat p_und2);
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100a6000
|
||||
// ViewManager::`scalar deleting destructor'
|
||||
|
Reference in New Issue
Block a user