mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
14
subprojects/tracy/server/TracyMemory.hpp
Normal file
14
subprojects/tracy/server/TracyMemory.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __TRACYMEMORY_HPP__
|
||||
#define __TRACYMEMORY_HPP__
|
||||
|
||||
#include <atomic>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
extern std::atomic<int64_t> memUsage;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user