mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
14 lines
206 B
C++
14 lines
206 B
C++
#ifndef HELICOPTER_H
|
|
#define HELICOPTER_H
|
|
|
|
#include "islepathactor.h"
|
|
|
|
class Helicopter : public IslePathActor
|
|
{
|
|
// OFFSET LEGO1 0x10001e60
|
|
Helicopter();
|
|
|
|
// At last size 0x230
|
|
};
|
|
|
|
#endif // HELICOPTER_H
|