mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-20 23:46:48 +00:00
13 lines
366 B
C
13 lines
366 B
C
// Copyright (c) 2024 Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#ifndef RADDBGI_PDB_STRINGIZE_H
|
|
#define RADDBGI_PDB_STRINGIZE_H
|
|
|
|
////////////////////////////////
|
|
//~ PDB Stringize Functions
|
|
|
|
static void pdb_stringize_tpi_hash(Arena *arena, String8List *out, PDB_TpiHashParsed *hash);
|
|
|
|
#endif //RADDBGI_PDB_STRINGIZE_H
|