diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-08-28 16:52:33 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-08-29 16:37:42 -0500 |
commit | 1a2b43064638207b5267ed70cd3d12c385591292 (patch) | |
tree | e695e36290bc82da0c99d7419252137c15b46d37 /tools/scaninc/source_file.h | |
parent | b420b98d633f16b0905295345cb671b2834b956e (diff) |
Update scaninc to include missing .include files in assembler files
Diffstat (limited to 'tools/scaninc/source_file.h')
-rw-r--r-- | tools/scaninc/source_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scaninc/source_file.h b/tools/scaninc/source_file.h index f7b6412bd..854b3f116 100644 --- a/tools/scaninc/source_file.h +++ b/tools/scaninc/source_file.h @@ -50,6 +50,7 @@ public: const std::set<std::string>& GetIncbins(); const std::set<std::string>& GetIncludes(); std::string& GetSrcDir(); + SourceFileType FileType(); private: union InnerUnion { |