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

13 lines
188 B
C++

#ifndef ELEVATORBOTTOM_H
#define ELEVATORBOTTOM_H
#include "legoworld.h"
class ElevatorBottom : public LegoWorld
{
public:
ElevatorBottom();
};
#endif // ELEVATORBOTTOM_H