r5sdk/r5dev/core/r5dev.h
2024-04-05 16:34:29 +02:00

18 lines
655 B
C

#pragma once
__declspec(dllexport) void DummyExport()
{
// Required for detours.
}
static const char* const R5R_EMBLEM[] =
{
R"(+-------------------------------------------------------------+)",
R"(| ___ ___ ___ _ _ _ ___ _ _ |)",
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ )| | | |)",
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / |_ _| |)",
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)|_| |)",
R"(| |)"/*,
R"(+-------------------------------------------------------------+)"*/
};