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
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
// Auto-generated header file
#pragma once
namespace proxy_exports {
void init(void* self_lib_handle, void* original_lib_handle);
}