mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
14 lines
204 B
C++
14 lines
204 B
C++
#ifndef LEGOPATHACTOR_H
|
|
#define LEGOPATHACTOR_H
|
|
|
|
#include "legoentity.h"
|
|
|
|
class LegoPathActor : public LegoEntity
|
|
{
|
|
public:
|
|
LegoPathActor();
|
|
|
|
// SIZE 0x154
|
|
};
|
|
|
|
#endif // LEGOPATHACTOR_H
|