mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-27 06:52:52 -05:00
Renamed koalageddon mode to store mode
This commit is contained in:
12
src/common/steamclient_exports.cpp
Normal file
12
src/common/steamclient_exports.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <common/steamclient_exports.hpp>
|
||||
#include <steam_impl/steam_client.hpp>
|
||||
|
||||
DLL_EXPORT(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