mirror of
https://github.com/rehlds/metamod-r.git
synced 2024-12-28 15:45:37 +03:00
9 lines
213 B
C
9 lines
213 B
C
#pragma once
|
|
|
|
extern IRehldsApi* g_RehldsApi;
|
|
extern const RehldsFuncs_t* g_RehldsFuncs;
|
|
extern IRehldsHookchains* g_RehldsHookchains;
|
|
extern IRehldsServerStatic* g_RehldsSvs;
|
|
|
|
extern bool meta_init_rehlds_api();
|