tracy/profiler/src/IsElevated.hpp

7 lines
82 B
C++
Raw Normal View History

2022-11-27 20:48:20 +00:00
#ifndef __ISELEVATED_HPP__
#define __ISELEVATED_HPP__
bool IsElevated();
#endif