#ifndef INCLUDE_TCG_SENTENCETRANSLATOR_CALLTRANSLATOR_H_ #define INCLUDE_TCG_SENTENCETRANSLATOR_CALLTRANSLATOR_H_ #include "Common/Common.h" #include "TCG/ASM.h" #include "TCG/SentenceTranslator/BaseTranslator.h" class CallTranslator : public BaseTranslator { public: ASMLines SentenceTranslate_(SymbolManager&, TACLine&) override; }; #endif // INCLUDE_TCG_SENTENCETRANSLATOR_CALLTRANSLATOR_H_