From 9665b6315e028483f4db906a84e0c618157cc2be Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 16 Aug 2025 13:41:34 +0300 Subject: Add some new stuff to types --- src/types/StarAmount.zig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/types/StarAmount.zig (limited to 'src/types/StarAmount.zig') diff --git a/src/types/StarAmount.zig b/src/types/StarAmount.zig new file mode 100644 index 0000000..7e2322f --- /dev/null +++ b/src/types/StarAmount.zig @@ -0,0 +1,2 @@ +amount: i64, +nanostar_amount: i64, -- cgit v1.2.3