#ifndef HISTORYBOOK_H #define HISTORYBOOK_H class HistoryBook { public: const char* GetClassName(); }; #endif // HISTORYBOOK_H