Files

14 lines
142 B
C++
Raw Permalink Normal View History

2026-07-18 14:31:15 +02:00
#ifndef __TRACYSYSUTIL_HPP__
#define __TRACYSYSUTIL_HPP__
#include <stdlib.h>
namespace tracy
{
size_t GetPhysicalMemorySize();
}
#endif