Оживление проекта

This commit is contained in:
2026-02-22 00:42:18 +03:00
parent 8532114673
commit fd0ba8b583
5 changed files with 7 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
pub const ImageRect = struct {
x: u32,
y: u32,
w: u32,
h: u32,
};
pub const ImageSize = struct {
w: u32,
h: u32,
};