mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-27 01:40:11 +00:00
8 lines
194 B
C
8 lines
194 B
C
// Copyright (c) Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#pragma once
|
|
|
|
internal RDI_Arch rdi_arch_from_coff_machine(COFF_MachineType machine);
|
|
|