#ifndef AFUN__H #define AFUN__H #include "mem.h" #include "macro.h" #include "tool.h" #include "bytecode.h" // Init系列函数 void aFunInit(void); #endif //AFUN__H