1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/module/Library/Discord.cpp

21 lines
685 B
C++
Raw Normal View History

// ------------------------------------------------------------------------------------------------
#include "Library/Discord.hpp"
#include "Base/Shared.hpp"
// ------------------------------------------------------------------------------------------------
#include <cstdlib>
#include <cstring>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_Discord(HSQUIRRELVM vm)
{
}
} // Namespace:: SqMod