From 2f0ddfaf240c0269087d307b6df6bc00817e6806 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 1 Jan 2019 11:32:39 +0800 Subject: Parse - Module Loading - Hopefully fix libcore without breaking other crates --- src/ast/ast.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ast') diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp index b80b5fb7..493b397c 100644 --- a/src/ast/ast.hpp +++ b/src/ast/ast.hpp @@ -517,7 +517,11 @@ public: struct FileInfo { bool controls_dir = false; + bool force_no_load = false; + // Path to this module ::std::string path = "!"; + // Directory controlled by this module + ::std::string dir = ""; }; FileInfo m_file_info; -- cgit v1.2.3