native addon

This commit is contained in:
HolographicHat
2022-04-04 17:08:47 +08:00
parent 945a94222a
commit be5a457639
9 changed files with 223 additions and 0 deletions

2
native.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
export function selectGameExecutable(): string
export function checkGameIsRunning(processName: string): boolean