mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 17:05:29 +00:00
11 lines
181 B
C++
11 lines
181 B
C++
#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
|