mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-05-04 11:32:18 -04:00
Added ISteamHTTP
This commit is contained in:
16
src/steamclient/steamclient.cpp
Normal file
16
src/steamclient/steamclient.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "smoke_api/steamclient/steamclient.hpp"
|
||||
#include "../smoke_api.hpp"
|
||||
#include "smoke_api/types.hpp"
|
||||
|
||||
#include "../steam_api/steam_client.hpp"
|
||||
|
||||
/**
|
||||
* SmokeAPI implementation
|
||||
*/
|
||||
C_DECL(void*) CreateInterface(const char* interface_version, int* out_result) {
|
||||
return steam_client::GetGenericInterface(
|
||||
__func__,
|
||||
interface_version,
|
||||
HOOKED_CALL_CLOSURE(CreateInterface, interface_version, out_result)
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user