#ifndef AFUN_AFUNCORE_HPP #define AFUN_AFUNCORE_HPP #include "aFunCoreExport.h" #include "tool.hpp" #include "magic_func.h" #include "prefix_macro.h" #include "obj_api.h" #include "parserl_warning_error.h" #include "runtime_error.h" #include "core_init.hpp" #include "sig.hpp" #include "run.hpp" #include "code.hpp" #include "bytecode.hpp" #include "env.hpp" #include "gc.hpp" #include "func.hpp" #include "object.hpp" #include "var.hpp" #include "parser.hpp" #include "reader.hpp" #include "token.h" #include "global_obj.hpp" #include "thread.hpp" #endif //AFUN_AFUNCORE_HPP