aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic2/LoadGoods.hpp
diff options
context:
space:
mode:
author ClarkeCode <clarke.john.robert@gmail.com>2023-04-28 19:18:50 +0200
committer ClarkeCode <clarke.john.robert@gmail.com>2023-04-28 19:18:50 +0200
commitb6f9d6433c4ace514fa991cea628c2598c3bc65c (patch)
tree9bc6f54549bc1dff9fac15f10e240203c6865605 /extension/src/openvic2/LoadGoods.hpp
parenta7b0da7fd988a9a96e625c0914ae698afb5674bf (diff)
Temporarily removed; will be re-added after C++ code moved to submodule
Diffstat (limited to 'extension/src/openvic2/LoadGoods.hpp')
-rw-r--r--extension/src/openvic2/LoadGoods.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/extension/src/openvic2/LoadGoods.hpp b/extension/src/openvic2/LoadGoods.hpp
deleted file mode 100644
index 38b8c7b..0000000
--- a/extension/src/openvic2/LoadGoods.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-#include "Good.hpp"
-
-#include <vector>
-#include <godot_cpp/classes/object.hpp>
-
-namespace OpenVic2 {
- class LoadGoods {
- private:
- static bool extract_property_from_json(godot::Variant const& variant, std::vector<Good>& goods, int32_t index);
-
- public:
- static std::vector<Good> load_goods_from_disk(godot::String const& file_path);
- };
-} \ No newline at end of file