r5sdk/r5dev/core/r5dev.h

18 lines
655 B
C
Raw Normal View History

2021-04-13 04:45:22 -07:00
#pragma once
__declspec(dllexport) void DummyExport()
{
// Required for detours.
}
static const char* const R5R_EMBLEM[] =
{
R"(+-------------------------------------------------------------+)",
2022-09-25 01:20:48 +02:00
R"(| ___ ___ ___ _ _ _ ___ ___ |)",
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) |_ ) |)",
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _ / / |)",
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)___| |)",
R"(| |)"/*,
R"(+-------------------------------------------------------------+)"*/
};