SmokeAPI/src/steam_impl/steam_user.hpp

15 lines
337 B
C++
Raw Normal View History

2022-12-29 23:50:27 +00:00
#include <smoke_api/smoke_api.hpp>
#include <steam_functions/steam_functions.hpp>
using namespace smoke_api;
namespace steam_user {
EUserHasLicenseForAppResult UserHasLicenseForApp(
const String& function_name,
AppId_t appID,
const std::function<EUserHasLicenseForAppResult()>& original_function
);
}