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

11 lines
127 B
C++

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