rewrite time
This commit is contained in:
parent
d6b9b87da4
commit
4428cfe12c
24 changed files with 1208 additions and 893 deletions
|
|
@ -32,6 +32,13 @@ namespace Crafter {
|
|||
MousePoint currentMousePos;
|
||||
MousePoint mouseDelta;
|
||||
};
|
||||
|
||||
export struct ScaleData {
|
||||
std::int_fast32_t x;
|
||||
std::int_fast32_t y;
|
||||
std::int_fast32_t width;
|
||||
std::int_fast32_t height;
|
||||
};
|
||||
|
||||
export struct __attribute__((packed)) Pixel_BU8_GU8_RU8_AU8 {
|
||||
std::uint8_t b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue