From a7ef6c4cbf5ef481281917685a633ccd842335d5 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Wed, 4 Sep 2019 13:18:49 -0700 Subject: Update tool sources and binaries from pokeemerald --- tools/scaninc/source_file.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/scaninc/source_file.cpp') diff --git a/tools/scaninc/source_file.cpp b/tools/scaninc/source_file.cpp index f23ff6d..df31282 100644 --- a/tools/scaninc/source_file.cpp +++ b/tools/scaninc/source_file.cpp @@ -89,6 +89,11 @@ SourceFile::SourceFile(std::string path) } } +SourceFileType SourceFile::FileType() +{ + return m_file_type; +} + SourceFile::~SourceFile() { if (m_file_type == SourceFileType::Cpp || m_file_type == SourceFileType::Header) -- cgit v1.2.3