mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
21 lines
685 B
C++
21 lines
685 B
C++
// ------------------------------------------------------------------------------------------------
|
|
#include "Library/Discord.hpp"
|
|
#include "Base/Shared.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
|
|
// ================================================================================================
|
|
void Register_Discord(HSQUIRRELVM vm)
|
|
{
|
|
|
|
}
|
|
|
|
} // Namespace:: SqMod
|