Fully functional guest<->host trampolines

This commit is contained in:
2025-10-31 00:45:32 -06:00
parent 55a62a27c9
commit 52cdd7c811
56 changed files with 1683 additions and 1488 deletions

10
dll/lmgr.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include "types.h"
namespace lmgr {
int CDECL lp_checkout(int a, int b, LPCSTR c, LPCSTR d, int e, LPCSTR f, int *out);
int CDECL lp_checkin();
} // namespace lmgr