Added profile calculation

This commit is contained in:
2025-03-16 16:32:22 +01:00
parent 5814fdd0cb
commit 9c0fc5c61d
22 changed files with 570 additions and 904 deletions

View File

@ -7,11 +7,11 @@
#include "../../interfaces/ICostComponent.h"
class BillCharge : public ICostComponent {
class BillCharge : public ICostComponent
{
public:
void apply(std::unique_ptr<Building::Base>& building, std::unique_ptr<Community>& community) override;
};
#endif //BILLCHARGE_H