mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
LegoActor implementation (#253)
* LegoActor * LegoEntity * Replace float with MxFloat --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -13,10 +13,7 @@
|
||||
class LegoEntity : public MxEntity {
|
||||
public:
|
||||
// Inlined at 0x100853f7
|
||||
inline LegoEntity()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
inline LegoEntity() { Init(); }
|
||||
|
||||
__declspec(dllexport) virtual ~LegoEntity() override; // vtable+0x0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user