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

11 lines
231 B
C++

#ifndef INFOCENTERENTITY_H
#define INFOCENTERENTITY_H
#include "legoentity.h"
class InfoCenterEntity : public LegoEntity
{
virtual int FUN_100150c0(); // Return is unknown 4-byte value
};
#endif // INFOCENTERENTITY_H