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

11 lines
127 B
C++

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