File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,16 @@ class Engine : public IEngine
7171
7272 const std::unordered_map<std::shared_ptr<Block>, std::shared_ptr<Script>> &scripts () const override ;
7373
74+ BlockSectionContainer *blockSectionContainer (const std::string &opcode) const ;
75+ BlockSectionContainer *blockSectionContainer (IBlockSection *section) const ;
76+
7477 private:
7578 std::shared_ptr<Block> getBlock (const std::string &id);
7679 std::shared_ptr<Variable> getVariable (const std::string &id);
7780 std::shared_ptr<List> getList (const std::string &id);
7881 std::shared_ptr<Broadcast> getBroadcast (const std::string &id);
7982 std::shared_ptr<Entity> getEntity (const std::string &id);
8083 std::shared_ptr<IBlockSection> blockSection (const std::string &opcode) const ;
81- BlockSectionContainer *blockSectionContainer (const std::string &opcode) const ;
82- BlockSectionContainer *blockSectionContainer (IBlockSection *section) const ;
8384
8485 std::unordered_map<std::shared_ptr<IBlockSection>, std::unique_ptr<BlockSectionContainer>> m_sections;
8586 std::vector<std::shared_ptr<Target>> m_targets;
You can’t perform that action at this time.
0 commit comments