First commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace Metrics
|
||||
{
|
||||
struct Memory
|
||||
{
|
||||
float used;
|
||||
float available;
|
||||
float total;
|
||||
};
|
||||
} // namespace Metrics
|
||||
Reference in New Issue
Block a user