mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-25 05:52:51 -05:00
14 lines
312 B
C++
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
|
|
);
|
|
|
|
}
|