![]() |
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 | SetLeft (std::int32_t left) |
std::int32_t | GetLeft () const |
void | SetTop (std::int32_t top) |
std::int32_t | GetTop () const |
void | SetRight (std::int32_t right) |
std::int32_t | GetRight () const |
void | SetBottom (std::int32_t bottom) |
std::int32_t | GetBottom () const |
std::int32_t discord::Rect::GetBottom | ( | ) | const |
std::int32_t discord::Rect::GetLeft | ( | ) | const |
std::int32_t discord::Rect::GetRight | ( | ) | const |
std::int32_t discord::Rect::GetTop | ( | ) | const |
void discord::Rect::SetBottom | ( | std::int32_t | bottom | ) |
void discord::Rect::SetLeft | ( | std::int32_t | left | ) |
void discord::Rect::SetRight | ( | std::int32_t | right | ) |
void discord::Rect::SetTop | ( | std::int32_t | top | ) |