mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match MxVideoManager::Tickle (#128)
* Implement/match MxPresenter::StartAction * Update mxpoint32.h * Implement/match MxVideoManager::Tickle * Update mxlist.h * Update mxpresenter.cpp
This commit is contained in:

committed by
GitHub

parent
4bd67e4ae1
commit
d145f914c4
26
LEGO1/mxregion.h
Normal file
26
LEGO1/mxregion.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef MXREGION_H
|
||||
#define MXREGION_H
|
||||
|
||||
#include "mxcore.h"
|
||||
|
||||
// VTABLE 0x100dcae8
|
||||
// SIZE 0x1c
|
||||
class MxRegion : public MxCore
|
||||
{
|
||||
public:
|
||||
MxRegion();
|
||||
virtual ~MxRegion() override;
|
||||
|
||||
virtual void Reset();
|
||||
virtual void vtable18();
|
||||
virtual void vtable1c();
|
||||
virtual void vtable20();
|
||||
|
||||
private:
|
||||
// A container (probably MxList) holding MxRect32
|
||||
// MxList<MxRect32> *m_rects;
|
||||
// 4 coordinates (could be MxRect32)
|
||||
// MxS32 left, top, right, bottom;
|
||||
};
|
||||
|
||||
#endif // MXREGION_H
|
Reference in New Issue
Block a user