mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
7 lines
82 B
C++
7 lines
82 B
C++
#ifndef __ISELEVATED_HPP__
|
|
#define __ISELEVATED_HPP__
|
|
|
|
bool IsElevated();
|
|
|
|
#endif
|