mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-28 02:10:13 +00:00
raddbg -> raddbgi
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// Copyright (c) 2024 Epic Games Tools
|
||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||
|
||||
#ifndef RADDBG_PDB_STRINGIZE_H
|
||||
#define RADDBG_PDB_STRINGIZE_H
|
||||
#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 //RADDBG_PDB_STRINGIZE_H
|
||||
#endif //RADDBGI_PDB_STRINGIZE_H
|
||||
|
||||
Reference in New Issue
Block a user