mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-07-18 17:38:02 +08:00
9 lines
232 B
C++
9 lines
232 B
C++
#include <string>
|
|
#include <Windows.h>
|
|
|
|
#pragma once
|
|
std::string GetLastErrorAsString();
|
|
std::string* GetFilePathByUser();
|
|
|
|
int FindProcessId(const std::string& processName);
|
|
void WaitForCloseProcess(const std::string& processName); |