isle/LEGO1/actlstate.h
2023-06-20 22:11:14 +02:00

15 lines
182 B
C++

#ifndef ACTLSTATE_H
#define ACTLSTATE_H
#include "legostate.h"
class ActlState : public LegoState
{
public:
ActlState();
// SIZE 0x26c
};
#endif // ACTLSTATE_H