HackStudio: Add file list context menu and file removal action

This commit is contained in:
Conrad Pankoff 2019-12-28 15:24:30 +11:00 committed by Andreas Kling
commit fe1037bcb6
Notes: sideshowbarker 2024-07-19 10:35:30 +09:00
3 changed files with 111 additions and 34 deletions

View file

@ -16,6 +16,8 @@ public:
static OwnPtr<Project> load_from_file(const String& path);
[[nodiscard]] bool add_file(const String& filename);
[[nodiscard]] bool remove_file(const String& filename);
[[nodiscard]] bool save();
ProjectFile* get_file(const String& filename);