1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 14:07:45 +00:00

LibDebug: Factor out the "looks like embedded resource" condition

This commit is contained in:
Tim Schumacher 2023-01-12 14:07:27 +01:00 committed by Jelle Raaijmakers
parent afc055c088
commit edd4913573
3 changed files with 8 additions and 1 deletions

View file

@ -130,6 +130,8 @@ public:
};
Vector<FileEntry> const& source_files() const { return m_source_files; }
bool looks_like_embedded_resource() const;
private:
void parse_unit_header();
void parse_source_directories();