mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-14 16:12:24 -07:00
20 lines
525 B
C
20 lines
525 B
C
// 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"
|