1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-08 18:09:45 +01:00

Finish formatting

This commit is contained in:
Buggem's Fedora PC 2024-12-22 12:18:40 +11:00
parent d35fb29541
commit 9c05ffed34

View file

@ -51,7 +51,8 @@ static void* libHandle = NULL;
FUNC_LIST
#undef FOREACH_FUNC
bool DISCORD_REQUIRE(int x) {
bool DISCORD_REQUIRE(int x)
{
if (!discordDetected && discordPostInit)
{
return false;
@ -143,7 +144,8 @@ int32_t DISCORD_init(void)
void DISCORD_update(const char* area, const char* roomname)
{
if(libHandle == NULL) {
if (libHandle == NULL)
{
// no discord or just shutdown
return;
}