![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
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::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 |