isle/LEGO1/historybook.h
2023-06-23 17:18:53 -07:00

11 lines
131 B
C++

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