1 
  
   2 
  
   3 
  
   4 
  
   5 
  
   6 #ifndef SNGCPP_AST_INITDONE_INCLUDED
  
   7 #define SNGCPP_AST_INITDONE_INCLUDED
  
   8 #include <sngcpp/ast/AstApi.hpp>
  
   9 
  
  10 namespace sngcpp { namespace ast {
  
  11 
  
  12 void Init();
  
  13 void Done();
  
  14 
  
  15 } } 
  
  16 
  
  17 #endif // SNGCPP_AST_INITDONE_INCLUDED