From 2420f8b8fdd2db84e053ebb2d7f6e4840171009e Mon Sep 17 00:00:00 2001 From: Hop311 Date: Wed, 3 May 2023 20:30:53 +0100 Subject: Moved simulation code to separate submodule --- extension/src/openvic2/Good.hpp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 extension/src/openvic2/Good.hpp (limited to 'extension/src/openvic2/Good.hpp') diff --git a/extension/src/openvic2/Good.hpp b/extension/src/openvic2/Good.hpp deleted file mode 100644 index 1e2bd5e..0000000 --- a/extension/src/openvic2/Good.hpp +++ /dev/null @@ -1,26 +0,0 @@ -#pragma once - -#include "Types.hpp" - -namespace OpenVic2 { - class Good : HasIdentifier { - public: - std::string category; - price_t cost; - std::string colour; - bool isAvailable; - bool isTradable; - bool isMoney; - bool hasOverseasPenalty; - - Good(Good&&) = default; - Good(std::string const& identifier, std::string const& category, price_t cost, std::string const& colour, - bool isAvailable, bool isTradable, bool isMoney, bool hasOverseasPenalty) : HasIdentifier(identifier), - category(category), - cost(cost), - colour(colour), - isAvailable(isAvailable), - isMoney(isMoney), - hasOverseasPenalty(hasOverseasPenalty) {}; - }; -} -- cgit v1.2.3-56-ga3b1