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

15 lines
208 B
C++

#ifndef INFOCENTERDOOR_H
#define INFOCENTERDOOR_H
#include "legoworld.h"
class InfoCenterDoor : public LegoWorld
{
public:
InfoCenterDoor();
// SIZE 0xfc
};
#endif // INFOCENTERDOOR_H