mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
17 lines
274 B
C++
17 lines
274 B
C++
#ifndef HISTORYBOOK_H
|
|
#define HISTORYBOOK_H
|
|
|
|
#include "legoworld.h"
|
|
|
|
class HistoryBook : public LegoWorld
|
|
{
|
|
public:
|
|
HistoryBook();
|
|
virtual ~HistoryBook(); // vtable+0x0
|
|
|
|
virtual long Notify(MxParam &p); // vtable+0x4
|
|
// VTABLE 0x100da328
|
|
};
|
|
|
|
#endif // HISTORYBOOK_H
|