isle/LEGO1/act2brick.h
2023-06-20 22:11:14 +02:00

15 lines
213 B
C++

#ifndef ACT2BRICK_H
#define ACT2BRICK_H
#include "legopathactor.h"
class Act2Brick : public LegoPathActor
{
public:
Act2Brick();
// VTABLE 0x100d9b60
// SIZE 0x194
};
#endif // ACT2BRICK_H