mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
13
subprojects/tracy/server/TracySysUtil.hpp
Normal file
13
subprojects/tracy/server/TracySysUtil.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __TRACYSYSUTIL_HPP__
|
||||
#define __TRACYSYSUTIL_HPP__
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
size_t GetPhysicalMemorySize();
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user