1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #ifndef SNGCM_AST_INIT_DONE_INCLUDED
 7 #define SNGCM_AST_INIT_DONE_INCLUDED
 8 #include <sngcm/ast/AstApi.hpp>
 9 
10 namespace sngcm { namespace ast {
11 
12 void Init();
13 void Done();
14 
15 } } // namespace sngcm::ast
16 
17 #endif // SNGCM_AST_INIT_DONE_INCLUDED