isle/LEGO1/elevatorbottom.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

16 lines
286 B
C++

#ifndef ELEVATORBOTTOM_H
#define ELEVATORBOTTOM_H
#include "legoworld.h"
class ElevatorBottom : public LegoWorld
{
public:
ElevatorBottom();
virtual const char* GetClassName() const;
virtual MxBool IsClass(const char *name) const;
};
#endif // ELEVATORBOTTOM_H