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