mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
10 lines
318 B
C
10 lines
318 B
C
// Copyright (c) 2024 Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#ifndef RADDBG_LEGACY_CONFIG_H
|
|
#define RADDBG_LEGACY_CONFIG_H
|
|
|
|
internal RD_CfgList rd_cfg_tree_list_from_string__pre_0_9_16(Arena *arena, String8 file_path, String8 data);
|
|
|
|
#endif // RADDBG_LEGACY_CONFIG_H
|