geode/loader/dobby/source/InstructionRelocation/x86/X86InstructionRelocation.h

10 lines
201 B
C
Raw Normal View History

2022-07-30 12:24:03 -04:00
#ifndef INSTRUCTION_RELOCATION_X64_H
#define INSTRUCTION_RELOCATION_X64_H
#include "common_header.h"
#include "core/arch/x86/constants-x86.h"
#include "MemoryAllocator/AssemblyCodeBuilder.h"
#endif