rt_func_activation.inline.h 325 B

1234567891011
  1. #ifndef AFUN_RT_FUNC_ACTIVATION_INLINE_H
  2. #define AFUN_RT_FUNC_ACTIVATION_INLINE_H
  3. #include "rt_func_activation.h"
  4. namespace aFunrt {
  5. FuncActivation::FuncActivation(const aFuncode::Code::ByteCode *code, aFuncore::Inter &inter_) : NormalActivation(inter_), call{code} {
  6. }
  7. }
  8. #endif //AFUN_RT_FUNC_ACTIVATION_INLINE_H