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