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

15 lines
199 B
C++

#ifndef HISTORYBOOK_H
#define HISTORYBOOK_H
#include "legoworld.h"
class HistoryBook : public LegoWorld
{
public:
HistoryBook();
// VTABLE 0x100da328
};
#endif // HISTORYBOOK_H