mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
14 lines
198 B
C++
14 lines
198 B
C++
#ifndef ISLEPATHACTOR_H
|
|
#define ISLEPATHACTOR_H
|
|
|
|
#include "legopathactor.h"
|
|
|
|
class IslePathActor : public LegoPathActor
|
|
{
|
|
public:
|
|
IslePathActor();
|
|
|
|
// SIZE >= 0x230
|
|
};
|
|
|
|
#endif // ISLEPATHACTOR_H
|