mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-19 23:51:26 +00:00
14 lines
389 B
C
14 lines
389 B
C
// Copyright (c) 2024 Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#ifndef RADDBG_COFF_CONVERSION_H
|
|
#define RADDBG_COFF_CONVERSION_H
|
|
|
|
////////////////////////////////
|
|
//~ COFF Conversion Functions
|
|
|
|
static RADDBG_BinarySectionFlags
|
|
raddbg_binary_section_flags_from_coff_section_flags(COFF_SectionFlags flags);
|
|
|
|
#endif //RADDBG_COFF_CONVERSION_H
|