feat: track and display world size

This commit is contained in:
Sefa Eyeoglu
2022-03-31 18:45:17 +02:00
parent e22d54abd3
commit 64ca96f470
4 changed files with 48 additions and 2 deletions

View File

@ -32,7 +32,8 @@ public:
{
NameColumn,
GameModeColumn,
LastPlayedColumn
LastPlayedColumn,
SizeColumn
};
enum Roles
@ -43,6 +44,7 @@ public:
NameRole,
GameModeRole,
LastPlayedRole,
SizeRole,
IconFileRole
};