mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
7 lines
82 B
C++
7 lines
82 B
C++
#ifndef __ISELEVATED_HPP__
|
|
#define __ISELEVATED_HPP__
|
|
|
|
bool IsElevated();
|
|
|
|
#endif
|