#ifndef _PTCINTERFACE_H #define _PTCINTERFACE_H // // This file is distributed under the MIT License. See LICENSE.md for details. // // Standard includes #include // Local includes #include "revamb.h" #define USE_DYNAMIC_PTC #include "ptc.h" using PTCInstructionListDestructor = GenericFunctor; using PTCInstructionListPtr = std::unique_ptr; extern PTCInterface ptc; #endif // _PTCINTERFACE_H