isle-portable/LEGO1/lego/legoomni/include/legoact2.h
MS 909c44b679
reccmp: vtable comparison (#452)
* Add vtable comparison to reccmp

* Add missing scalar deleting destructors

* Fix some vtables

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2024-01-18 14:34:14 +01:00

14 lines
276 B
C++

#ifndef LEGOACT2_H
#define LEGOACT2_H
#include "legocarraceactor.h"
#include "legopathactor.h"
// VTABLE: LEGO1 0x100d82e0
// SIZE 0x1154
class LegoAct2 : public LegoWorld {
// SYNTHETIC: LEGO1 0x1004fe20
// LegoAct2::`scalar deleting destructor'
};
#endif // LEGOACT2_H