Elaztek Developer Hub
Blamite Game Engine - blam!  00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
discord.h File Reference
#include <string>
#include "components/3rdparty/discord/discord.h"
+ Include dependency graph for discord.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Networking
 
 Blam::Networking::Discord
 Namespace containing functions for interacting with the Discord API.
 

Macros

#define BLAM
 

Functions

BLAM void Blam::Networking::Discord::Initialize ()
 Initializes the Discord API. More...
 
BLAM void Blam::Networking::Discord::MainLoop ()
 Main loop for the Discord API. More...
 
BLAM void Blam::Networking::Discord::Shutdown ()
 Shuts down the Discord API. More...
 
BLAM discord::CoreBlam::Networking::Discord::GetDiscord ()
 Retrieves the Discord core instance. More...
 
BLAM void Blam::Networking::Discord::SetPresenceStatus (std::string details, std::string status)
 Updates the current Discord rich presence status. More...
 

Macro Definition Documentation

◆ BLAM

#define BLAM