split the selection panel into one card per kind of selection
This commit is contained in:
10
src/ui/selection/SelectionNames.h
Normal file
10
src/ui/selection/SelectionNames.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "BuildingType.h"
|
||||
|
||||
// Display name of a building type for the selection panel's header and count rows
|
||||
// (REQ-UI-SELECTION-CARD, REQ-UI-MULTI-SELECTION). The name is derived from the type's
|
||||
// config id, so a new building type needs no entry here.
|
||||
QString getBuildingTypeName(BuildingType type);
|
||||
Reference in New Issue
Block a user