mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
6 lines
86 B
C++
6 lines
86 B
C++
#pragma once
|
|
|
|
void SetProcessAutoRunSelf(bool enable);
|
|
|
|
bool GetProcessAutoRunSelf();
|