mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-09-24 10:10:04 +00:00
9 lines
281 B
C
9 lines
281 B
C
// Copyright (c) Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#pragma once
|
|
|
|
internal String8 lnk_make_linker_compile3(Arena *arena, COFF_MachineType machine);
|
|
internal String8 lnk_make_debug_s(Arena *arena, CV_SymbolList symbol_list);
|
|
|