Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
discord.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef BLAM
4 #define BLAM
5 #endif
6 
8 {
9  BLAM void Initialize();
10  BLAM void Shutdown();
11 }
Blam::Networking::Discord::Shutdown
BLAM void Shutdown()
Definition: discord.cpp:17
Blam::Networking::Discord::Initialize
BLAM void Initialize()
Definition: discord.cpp:7
Blam::Networking::Discord
Definition: discord.h:7
BLAM
#define BLAM
Definition: discord.h:4