isle/LEGO1/doors.h
2023-06-27 16:06:10 -07:00

13 lines
137 B
C++

#ifndef DOORS_H
#define DOORS_H
#include "legopathactor.h"
class Doors : public LegoPathActor
{
// SIZE 0x1f8
};
#endif // DOORS_H