mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-01-02 18:15:35 +03:00
11 lines
236 B
C
11 lines
236 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 ex_init_rehlds_api();
|