Revert "bootromfun: stuff zum debuggen fuern stefan :/"
[calu.git] / 3c_disasm / CInstrFactory.hpp
index 7a1c342540f2dbb89dfe0e87afe5b99fbebd14ff..55fc449560f0d635e2abf400f9fcb2bd4ced686d 100644 (file)
@@ -38,6 +38,7 @@ public:
        Iinstr* getNextInstr();
        size_t getNumFiles();
        size_t searchLibsInDir(std::string dir);
+       void loadLibsIntoMap(map<short, Iinstr*>& instr, string dir);
        CInstrFactory() : m_libStore(), m_files() {};
        ~CInstrFactory();
 };