![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.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 | ) |