From cd67c5e24055753615f96567c87c518b7487e879 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 18 Jan 2021 23:39:05 -0500 Subject: Sync scaninc with pokeemerald --- tools/scaninc/source_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/scaninc/source_file.h') 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& GetIncbins(); const std::set& GetIncludes(); std::string& GetSrcDir(); + SourceFileType FileType(); private: union InnerUnion { -- cgit v1.2.3