2023-01-05 01:52:56 -05:00
|
|
|
/*
|
|
|
|
* Created by Brett on 04/01/23.
|
|
|
|
* Licensed under GNU General Public License V3.0
|
|
|
|
* See LICENSE file for license detail
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef BLT_SYSTEM_H
|
|
|
|
#define BLT_SYSTEM_H
|
|
|
|
|
2023-01-10 10:45:11 -05:00
|
|
|
namespace blt::System {
|
2023-01-05 01:52:56 -05:00
|
|
|
// TODO: system memory and current CPU usage. (Linux Only currently)
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif //BLT_SYSTEM_H
|