RegisterVariable

This commit is contained in:
Krzosa Karol
2025-12-20 11:37:02 +01:00
parent bb9809b956
commit f637352669
4 changed files with 114 additions and 110 deletions

View File

@@ -102,6 +102,7 @@ using S32 = int32_t;
using S64 = int64_t;
using Int = S64;
using UInt = U64;
using Float = double;
template <class T>
T Min(T a, T b) {