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

@@ -0,0 +1,9 @@
#pragma once
#include "smoke_api/types.hpp"
namespace steam_interfaces {
void hook_virtuals(void* interface_ptr, const std::string& version_string);
}