mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
13 lines
188 B
C++
13 lines
188 B
C++
#ifndef ELEVATORBOTTOM_H
|
|
#define ELEVATORBOTTOM_H
|
|
|
|
#include "legoworld.h"
|
|
|
|
class ElevatorBottom : public LegoWorld
|
|
{
|
|
public:
|
|
ElevatorBottom();
|
|
};
|
|
|
|
#endif // ELEVATORBOTTOM_H
|