isle/LEGO1/bumpbouy.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

13 lines
208 B
C++

#ifndef BUMPBOUY_H
#define BUMPBOUY_H
#include "mxbool.h"
class BumpBouy
{
virtual const char* GetClassName() const;
virtual MxBool IsClass(const char *name) const;
};
#endif // BUMPBOUY_H