mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 00:47:18 +00:00
Fully functional guest<->host trampolines
This commit is contained in:
10
dll/lmgr.h
Normal file
10
dll/lmgr.h
Normal 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
|
||||
Reference in New Issue
Block a user