mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
12 lines
179 B
C++
12 lines
179 B
C++
#ifndef LEGOEXTRAACTOR_H
|
|
#define LEGOEXTRAACTOR_H
|
|
|
|
#include "legoanimactor.h"
|
|
|
|
class LegoExtraActor : public LegoAnimActor
|
|
{
|
|
// VTABLE 0x100d6c10
|
|
};
|
|
|
|
#endif // LEGOEXTRAACTOR_H
|