aboutsummaryrefslogtreecommitdiff
path: root/backend/BackendUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/BackendUtils.hpp')
-rw-r--r--backend/BackendUtils.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/BackendUtils.hpp b/backend/BackendUtils.hpp
index b2fe280..acef0ca 100644
--- a/backend/BackendUtils.hpp
+++ b/backend/BackendUtils.hpp
@@ -9,7 +9,7 @@ namespace backend
class BackendUtils
{
public:
- static bool isSourceFile(tinydir_file *file);
- static void collectSourceFiles(const _tinydir_char_t *projectPath, Ninja *ninjaProject, const sibs::SibsConfig &sibsConfig);
+ static sibs::Language getFileLanguage(tinydir_file *file);
+ static void collectSourceFiles(const _tinydir_char_t *projectPath, Ninja *ninjaProject, const sibs::SibsConfig &sibsConfig, bool recursive = true);
};
}