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

11 lines
131 B
C++

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