Refactored linux exports generator with inja

This commit is contained in:
acidicoala
2025-09-25 01:24:53 +05:00
parent 59d45c9dab
commit d829396c08
5 changed files with 10 additions and 25 deletions

View File

@@ -9,6 +9,8 @@
)
namespace steam_interfaces {
constexpr auto STEAM_CLIENT = "SteamClient";
void hook_virtuals(const void* interface_ptr, const std::string& version_string);
/**