From 734d3307edbcebe3e2bf07fa36ee052005de68d8 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 25 Sep 2022 01:20:48 +0200 Subject: [PATCH] Update R5R emblem --- r5dev/core/r5dev.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/r5dev/core/r5dev.h b/r5dev/core/r5dev.h index 1f77ffcb..72a82f4e 100644 --- a/r5dev/core/r5dev.h +++ b/r5dev/core/r5dev.h @@ -12,10 +12,10 @@ __declspec(dllexport) void DummyExport() const std::string R5R_EMBLEM[] = { R"(+-------------------------------------------------------------+)", - R"(| ___ ___ ___ _ _ _ ___ _ |)", - R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) / | |)", - R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _| | |)", - R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)_| |)", + R"(| ___ ___ ___ _ _ _ ___ ___ |)", + R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) |_ ) |)", + R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _ / / |)", + R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)___| |)", R"(| |)", R"(+-------------------------------------------------------------+)" };