Files
raddebugger/src/radcon/radcon_elf.h
T
2025-06-02 14:13:57 -07:00

10 lines
291 B
C

// Copyright (c) Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#ifndef RADCON_ELF_H
#define RADCON_ELF_H
internal RDIM_BinarySectionList e2r_rdi_binary_sections_from_elf_section_table(Arena *arena, ELF_Shdr64Array shdrs);
#endif // RADCON_ELF_H