diff options
Diffstat (limited to 'src/widgets/company_widget.h')
-rw-r--r-- | src/widgets/company_widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/company_widget.h b/src/widgets/company_widget.h index 2fb2234d4..29164896d 100644 --- a/src/widgets/company_widget.h +++ b/src/widgets/company_widget.h @@ -46,6 +46,9 @@ enum CompanyWidgets { WID_C_VIEW_INFRASTRUCTURE, ///< Panel about infrastructure. + WID_C_SELECT_GIVE_MONEY, ///< Selection widget for the give money button. + WID_C_GIVE_MONEY, ///< Button to give money. + WID_C_HAS_PASSWORD, ///< Has company password lock. WID_C_SELECT_MULTIPLAYER, ///< Multiplayer selection panel. WID_C_COMPANY_PASSWORD, ///< Button to set company password. |