mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
17 lines
262 B
C++
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
|