![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <stdint.h>#include <string.h>#include <stdbool.h>
Include dependency graph for ffi.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | DISCORD_API |
| #define | DISCORD_CALLBACK DISCORD_API |
| #define | DISCORD_VERSION 3 |
| #define | DISCORD_APPLICATION_MANAGER_VERSION 1 |
| #define | DISCORD_USER_MANAGER_VERSION 1 |
| #define | DISCORD_IMAGE_MANAGER_VERSION 1 |
| #define | DISCORD_ACTIVITY_MANAGER_VERSION 1 |
| #define | DISCORD_RELATIONSHIP_MANAGER_VERSION 1 |
| #define | DISCORD_LOBBY_MANAGER_VERSION 1 |
| #define | DISCORD_NETWORK_MANAGER_VERSION 1 |
| #define | DISCORD_OVERLAY_MANAGER_VERSION 2 |
| #define | DISCORD_STORAGE_MANAGER_VERSION 1 |
| #define | DISCORD_STORE_MANAGER_VERSION 1 |
| #define | DISCORD_VOICE_MANAGER_VERSION 1 |
| #define | DISCORD_ACHIEVEMENT_MANAGER_VERSION 1 |
Typedefs | |
| typedef int64_t | DiscordClientId |
| typedef int32_t | DiscordVersion |
| typedef int64_t | DiscordSnowflake |
| typedef int64_t | DiscordTimestamp |
| typedef DiscordSnowflake | DiscordUserId |
| typedef char | DiscordLocale[128] |
| typedef char | DiscordBranch[4096] |
| typedef DiscordSnowflake | DiscordLobbyId |
| typedef char | DiscordLobbySecret[128] |
| typedef char | DiscordMetadataKey[256] |
| typedef char | DiscordMetadataValue[4096] |
| typedef uint64_t | DiscordNetworkPeerId |
| typedef uint8_t | DiscordNetworkChannelId |
| typedef char | DiscordPath[4096] |
| typedef char | DiscordDateTime[64] |
| typedef void * | IDiscordApplicationEvents |
| typedef void * | IDiscordImageEvents |
| typedef void * | IDiscordStorageEvents |
| typedef void * | IDiscordCoreEvents |
Functions | |
| enum EDiscordResult DISCORD_API | DiscordCreate (DiscordVersion version, struct DiscordCreateParams *params, struct IDiscordCore **result) |
| #define DISCORD_ACHIEVEMENT_MANAGER_VERSION 1 |
| #define DISCORD_ACTIVITY_MANAGER_VERSION 1 |
| #define DISCORD_API |
| #define DISCORD_APPLICATION_MANAGER_VERSION 1 |
| #define DISCORD_CALLBACK DISCORD_API |
| #define DISCORD_IMAGE_MANAGER_VERSION 1 |
| #define DISCORD_LOBBY_MANAGER_VERSION 1 |
| #define DISCORD_NETWORK_MANAGER_VERSION 1 |
| #define DISCORD_OVERLAY_MANAGER_VERSION 2 |
| #define DISCORD_RELATIONSHIP_MANAGER_VERSION 1 |
| #define DISCORD_STORAGE_MANAGER_VERSION 1 |
| #define DISCORD_STORE_MANAGER_VERSION 1 |
| #define DISCORD_USER_MANAGER_VERSION 1 |
| #define DISCORD_VERSION 3 |
| #define DISCORD_VOICE_MANAGER_VERSION 1 |
| typedef char DiscordBranch[4096] |
| typedef int64_t DiscordClientId |
| typedef char DiscordDateTime[64] |
| typedef DiscordSnowflake DiscordLobbyId |
| typedef char DiscordLobbySecret[128] |
| typedef char DiscordLocale[128] |
| typedef char DiscordMetadataKey[256] |
| typedef char DiscordMetadataValue[4096] |
| typedef uint8_t DiscordNetworkChannelId |
| typedef uint64_t DiscordNetworkPeerId |
| typedef char DiscordPath[4096] |
| typedef int64_t DiscordSnowflake |
| typedef int64_t DiscordTimestamp |
| typedef DiscordSnowflake DiscordUserId |
| typedef int32_t DiscordVersion |
| typedef void* IDiscordApplicationEvents |
| typedef void* IDiscordCoreEvents |
| typedef void* IDiscordImageEvents |
| typedef void* IDiscordStorageEvents |
| enum EDiscordActivityType |
| enum EDiscordCreateFlags |
| enum EDiscordImageType |
| enum EDiscordKeyVariant |
| enum EDiscordLobbyType |
| enum EDiscordLogLevel |
| enum EDiscordMouseButton |
| enum EDiscordPremiumType |
| enum EDiscordResult |
| enum EDiscordSkuType |
| enum EDiscordStatus |
| enum EDiscordUserFlag |
| enum EDiscordResult DISCORD_API DiscordCreate | ( | DiscordVersion | version, |
| struct DiscordCreateParams * | params, | ||
| struct IDiscordCore ** | result | ||
| ) |