mirror of
https://github.com/rehlds/metamod-r.git
synced 2024-12-29 08:05:41 +03:00
11 lines
238 B
C
11 lines
238 B
C
#pragma once
|
|
|
|
#include <rehlds_api.h>
|
|
|
|
extern IRehldsApi* g_RehldsApi;
|
|
extern const RehldsFuncs_t* g_RehldsFuncs;
|
|
extern IRehldsHookchains* g_RehldsHookchains;
|
|
extern IRehldsServerStatic* g_RehldsSvs;
|
|
|
|
extern bool meta_init_rehlds_api();
|