// Copyright (c) 2024 Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) //////////////////////////////// //~ rjf: Base Includes #undef RADDBG_LAYER_COLOR #define RADDBG_LAYER_COLOR 0.20f, 0.60f, 0.80f #include "base_core.c" #include "base_profile.c" #include "base_arena.c" #include "base_math.c" #include "base_strings.c" #include "base_thread_context.c" #include "base_command_line.c" #include "base_markup.c" #include "base_log.c" #include "base_entry_point.c"