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

11 lines
107 B
C++

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