Moved get_app_id()

This commit is contained in:
acidicoala
2025-09-04 19:01:16 +05:00
parent 4581c36913
commit bdab9b574f
10 changed files with 34 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
#include <koalabox/logger.hpp>
#include "steam_api/steam_interface.hpp"
#include "steam_api/steam_interfaces.hpp"
#include "steam_client.hpp"
namespace steam_client {
@@ -14,7 +14,7 @@ namespace steam_client {
LOG_DEBUG("{} -> '{}' @ {}", function_name, interface_version, interface);
steam_interface::hook_virtuals(interface, interface_version);
steam_interfaces::hook_virtuals(interface, interface_version);
return interface;
} catch(const std::exception& e) {