mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2026-01-08 06:19:13 +08:00
6 lines
86 B
C++
6 lines
86 B
C++
#pragma once
|
|
|
|
void SetProcessAutoRunSelf(bool enable);
|
|
|
|
bool GetProcessAutoRunSelf();
|