1 2 3 4 5 6 7 8 9 10
#ifndef __DYNAREC_ARM_H_ #define __DYNAREC_ARM_H_ typedef struct dynablock_s dynablock_t; typedef struct x64emu_s x64emu_t; void CancelBlock64(); void* FillBlock64(dynablock_t* block, uintptr_t addr); #endif //__DYNAREC_ARM_H_