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

11 lines
111 B
C++

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