aFun.h 172 B

123456789101112
  1. #ifndef AFUN__H
  2. #define AFUN__H
  3. #include "mem.h"
  4. #include "macro.h"
  5. #include "tool.h"
  6. #include "bytecode.h"
  7. // Init系列函数
  8. void aFunInit(void);
  9. #endif //AFUN__H