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

17 lines
262 B
C++

#ifndef REGISTRATIONBOOK_H
#define REGISTRATIONBOOK_H
#include "legoworld.h"
class RegistrationBook : public LegoWorld
{
public:
RegistrationBook();
void FUN_10078180(char param_1);
// VTABLE 0x100d9928
};
#endif // REGISTRATIONBOOK_H