// Copyright (c) 2024 Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #include "eval/eval_core.c" #include "eval/eval_types.c" #include "eval/eval_parse.c" #include "eval/eval_ir.c" #include "eval/eval_interpret.c" #include "eval/eval_bundles.c"