mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 13:11:15 +00:00
11 lines
131 B
C++
11 lines
131 B
C++
#ifndef POLICESTATE_H
|
|
#define POLICESTATE_H
|
|
|
|
class PoliceState
|
|
{
|
|
public:
|
|
const char* GetClassName();
|
|
};
|
|
|
|
#endif // POLICESTATE_H
|