(7ee8dbc11) v0.9.8.0
This commit is contained in:
7
Libraries/linux_steam_env/linux_steam_env.c
Normal file
7
Libraries/linux_steam_env/linux_steam_env.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
void setLinuxEnv()
|
||||
{
|
||||
putenv("SteamAppId=602960");
|
||||
putenv("SteamGameId=602960");
|
||||
}
|
||||
Reference in New Issue
Block a user