From 44479895f325cbbc283553dcb10b29a0af3b480b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 May 2024 14:43:48 +0200 Subject: Added yscan --- file.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 file.h (limited to 'file.h') diff --git a/file.h b/file.h new file mode 100644 index 0000000..9570266 --- /dev/null +++ b/file.h @@ -0,0 +1,8 @@ +#pragma once + +#include + +extern const std::filesystem::path YMakefile; + +bool is_buildable_by_extension(const std::filesystem::path& p); +bool is_compile_unit_source_by_extension(const std::filesystem::path& p); -- cgit v1.2.3