![]() |
Blamite Game Engine - blam!
00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
|
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::Core * | Blam::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... | |
#define BLAM |