mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
13 lines
220 B
C++
13 lines
220 B
C++
#ifndef ISLEPATHACTOR_H
|
|
#define ISLEPATHACTOR_H
|
|
|
|
#include "islepathactor.h"
|
|
|
|
class IslePathActor : pubic LegoPathActor
|
|
// OFFSET LEGO1 0x10001e60
|
|
GasStationState();
|
|
|
|
// At last size 0x230
|
|
};
|
|
|
|
#endif // ISLEPATHACTOR_H
|