#pragma once #include "vm_defs.h" namespace NSc::NUt { bool ApplyNextAction(TVMState& st, TVMAction act); }