mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-01-09 10:49:23 +08:00
8 lines
191 B
C++
8 lines
191 B
C++
#pragma once
|
|
#include <string>
|
|
#include <Windows.h>
|
|
|
|
#include <cheat-base/util.h>
|
|
|
|
int FindProcessId(const std::string& processName);
|
|
void WaitForCloseProcess(const std::string& processName); |