use new phosg JSON interface

This commit is contained in:
Martin Michelsen
2023-08-28 21:06:03 -07:00
parent a842880123
commit 466eb49c55
17 changed files with 404 additions and 487 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ private:
class JSONRareItemSet : public RareItemSet {
public:
JSONRareItemSet(std::shared_ptr<const JSONObject> json);
explicit JSONRareItemSet(const JSON& json);
virtual ~JSONRareItemSet() = default;
virtual std::vector<ExpandedDrop> get_enemy_specs(GameMode mode, Episode episode, uint8_t difficulty, uint8_t secid, uint8_t rt_index) const;