mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
improve support, refactor steamworks sdk, payday2
This commit is contained in:
4
test.cpp
4
test.cpp
@@ -1,6 +1,6 @@
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include "steam/steam_api.h"
|
||||
#include "ext/steam/steam_api.h"
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
@@ -20,4 +20,4 @@ int main() {
|
||||
std::cout << BoolToString(SteamApps()->BIsDlcInstalled(testdlc)) << std::endl;
|
||||
std::cout << SteamUser()->UserHasLicenseForApp(SteamUser()->GetSteamID(), testdlc) << std::endl;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user