diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-01-22 02:56:48 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-08-05 22:15:10 +0200 |
commit | b97db529be365851633a6cc1c9285d930209049d (patch) | |
tree | 7a73d6adf71797b9308692a03253d15d3703b5a8 /src/steam.h | |
parent | 045e16665a55e2b7b6dc2e953c91f2125f61e083 (diff) | |
download | OFQT-b97db529be365851633a6cc1c9285d930209049d.tar.gz OFQT-b97db529be365851633a6cc1c9285d930209049d.zip |
hook stash: a1af9ba65d57be898e079a98229845f42069c1e6hook
Diffstat (limited to 'src/steam.h')
-rw-r--r-- | src/steam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/steam.h b/src/steam.h index 27345a9..8fa7a0f 100644 --- a/src/steam.h +++ b/src/steam.h @@ -55,7 +55,7 @@ char* getSourcemodDir(void); char* getOpenFortressDir(void); char* getAppInstallDir(const char* appid); char* getSourceSDK2013MpDir(void); -long getSteamPID(void); +pid_t getSteamPID(void); int runOpenFortressDirect(char**, size_t); int runOpenFortressNaive(char**, size_t); |