![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
#include <types.h>
Public Member Functions | |
void | SetType (ImageType type) |
ImageType | GetType () const |
void | SetId (std::int64_t id) |
std::int64_t | GetId () const |
void | SetSize (std::uint32_t size) |
std::uint32_t | GetSize () const |
std::int64_t discord::ImageHandle::GetId | ( | ) | const |
std::uint32_t discord::ImageHandle::GetSize | ( | ) | const |
ImageType discord::ImageHandle::GetType | ( | ) | const |
void discord::ImageHandle::SetId | ( | std::int64_t | id | ) |
void discord::ImageHandle::SetSize | ( | std::uint32_t | size | ) |
void discord::ImageHandle::SetType | ( | ImageType | type | ) |