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

11 lines
155 B
C++

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