mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-27 06:52:52 -05:00
Moved get_app_id()
This commit is contained in:
9
src/steam_api/steam_interfaces.hpp
Normal file
9
src/steam_api/steam_interfaces.hpp
Normal 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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user