mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
Fix discord build
/home/deen/isos/ddnet/ddnet-source/src/engine/client/discord.cpp: In member function ‘bool CDiscord::Init(FDiscordCreate)’: /home/deen/isos/ddnet/ddnet-source/src/engine/client/discord.cpp:39:17: error: ‘mem_zero’ was not declared in this scope 39 | mem_zero(&m_ActivityEvents, sizeof(m_ActivityEvents)); | ^~~~~~~~
This commit is contained in:
parent
b9cce63bc7
commit
255cf408cd
|
@ -1,3 +1,4 @@
|
|||
#include <base/system.h>
|
||||
#include <engine/discord.h>
|
||||
|
||||
// Hack for universal binary builds on macOS: Ignore arm64 until Discord
|
||||
|
|
Loading…
Reference in a new issue