Adds ResultScene.

This commit is contained in:
2021-08-27 11:59:32 +09:00
parent 7b5bc58246
commit 7a13e62bf1
10 changed files with 142 additions and 9 deletions

View File

@@ -8,6 +8,8 @@ namespace gj {
struct Scoreboard {
public:
std::wstring title;
size_t input = 0;
size_t correct = 0;
size_t miss = 0;