1 // =================================
 2 // Copyright (c) 2020 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #include <cpp2cm/cpp2cm/File.hpp>
 7 
 8 namespace cpp2cm {
 9 
10 File::File(const std::u32string& name_const std::string& path_) : name(name_)path(path_)included(true)
11 {
12 }
13 
14 } // namespace cpp2cm