reorganize generated & handwritten library (relocatable) rad debug info format files; separate from codebase-local tools for managing or internally including the libraries

This commit is contained in:
Ryan Fleury
2024-06-01 19:24:46 -07:00
parent 6a57555882
commit cc58703185
8 changed files with 1067 additions and 2086 deletions
+13
View File
@@ -0,0 +1,13 @@
// Copyright (c) 2024 Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#ifndef RDI_FORMAT_LOCAL_H
#define RDI_FORMAT_LOCAL_H
//#include "lib_rdi_format/rdi_format.h"
#include "rdi_format/lib/rdi_format.h"
#include "lib_rdi_format/rdi_format_parse.h"
internal void rdi_decompress_parsed(U8 *decompressed_data, U64 decompressed_size, RDI_Parsed *og_rdi);
#endif // RDI_FORMAT_LOCAL_H