Generate proxy exports on demand

This commit is contained in:
acidicoala
2025-10-07 00:41:49 +05:00
parent 7e9c4c42b9
commit d5db62c2f2
9 changed files with 29336 additions and 10 deletions

View File

@@ -28,7 +28,11 @@
#if defined(KB_WIN)
#include "koalabox/win.hpp"
#elif defined(KB_LINUX)
#include "proxy_exports.hpp"
#if defined(KB_32)
#include "generated/32/proxy_exports.hpp"
#else
#include "generated/64/proxy_exports.hpp"
#endif
#endif
// Hooking steam_api has shown itself to be less desirable than steamclient