tracy/profiler/src/IsElevated.hpp
2022-11-27 21:53:47 +01:00

7 lines
82 B
C++

#ifndef __ISELEVATED_HPP__
#define __ISELEVATED_HPP__
bool IsElevated();
#endif