mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-05-03 02:52:13 -04:00
Removed store mode
This commit is contained in:
13
src/exports/steamclient.cpp
Normal file
13
src/exports/steamclient.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <koalabox/hook.hpp>
|
||||
|
||||
#include "exports/steamclient.hpp"
|
||||
#include "smoke_api/types.hpp"
|
||||
#include "steam_interface/steam_client.hpp"
|
||||
|
||||
C_DECL(void*) CreateInterface(const char* interface_string, int* out_result) {
|
||||
return steam_client::GetGenericInterface(__func__, interface_string, [&] {
|
||||
GET_ORIGINAL_HOOKED_FUNCTION(CreateInterface)
|
||||
|
||||
return CreateInterface_o(interface_string, out_result);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user