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

11 lines
135 B
C++

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