mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
19 lines
381 B
C++
19 lines
381 B
C++
#ifndef REGISTRATIONBOOK_H
|
|
#define REGISTRATIONBOOK_H
|
|
|
|
#include "legoworld.h"
|
|
|
|
class RegistrationBook : public LegoWorld
|
|
{
|
|
public:
|
|
RegistrationBook();
|
|
virtual ~RegistrationBook(); // vtable+0x0
|
|
|
|
virtual long Notify(MxParam &p); // vtable+0x4
|
|
virtual void FUN_10078180(char param_1); // vtable+0x68
|
|
|
|
// VTABLE 0x100d9928
|
|
};
|
|
|
|
#endif // REGISTRATIONBOOK_H
|