Add --import command-line flag

This commit is contained in:
Mikael Hermansson 2024-04-09 11:20:43 +02:00
parent a7b860250f
commit 9d01793dff
2 changed files with 16 additions and 1 deletions

View file

@ -304,6 +304,7 @@ public:
EditorFileSystemDirectory *get_filesystem();
bool is_scanning() const;
bool is_importing() const { return importing; }
bool doing_first_scan() const { return first_scan; }
float get_scanning_progress() const;
void scan();
void scan_changes();