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