Окно хранит документы

This commit is contained in:
2026-02-22 00:55:08 +03:00
parent fd0ba8b583
commit 7dc7069186
3 changed files with 16 additions and 1 deletions

View File

@@ -1 +1,6 @@
// Файл векторного документа
const basic_models = @import("basic_models.zig");
const Size = basic_models.Size;
const Document = @This();
size: Size,