First commit

This commit is contained in:
2025-12-23 21:24:06 +00:00
parent 2a30c0d77b
commit f5dc0ccbc9
52 changed files with 1663 additions and 208 deletions
+11
View File
@@ -0,0 +1,11 @@
#pragma once
namespace Metrics
{
struct Memory
{
float used;
float available;
float total;
};
} // namespace Metrics