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