mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
HackStudio: Add Project::project_is_serenity() function
This commit is contained in:
parent
95545648bd
commit
3afd17db9d
2 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,7 @@ public:
|
|||
|
||||
void for_each_text_file(Function<void(const ProjectFile&)>) const;
|
||||
String to_absolute_path(String const&) const;
|
||||
bool project_is_serenity() const;
|
||||
|
||||
private:
|
||||
explicit Project(const String& root_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue