#pragma once #include #include namespace weee::core { struct mem; struct broadway; bool load_elf(const std::string &, mem &, broadway &); } // namespace weee::core