Files
SmokeAPI/src/steam_impl/steam_client.hpp
2023-01-06 09:54:51 +03:00

14 lines
312 B
C++

#include <koalabox/koalabox.hpp>
#include <steam_functions/steam_functions.hpp>
namespace steam_client {
using namespace koalabox;
void* GetGenericInterface(
const String& function_name,
const String& interface_version,
const std::function<void*()>& original_function
);
}