geode/loader/dobby/source/InstructionRelocation/x64/X64InstructionRelocation.h
2022-07-30 19:24:03 +03:00

10 lines
No EOL
201 B
C

#ifndef INSTRUCTION_RELOCATION_X64_H
#define INSTRUCTION_RELOCATION_X64_H
#include "common_header.h"
#include "core/arch/x64/constants-x64.h"
#include "MemoryAllocator/AssemblyCodeBuilder.h"
#endif