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:
parent
afc055c088
commit
edd4913573
3 changed files with 8 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue