2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-01-01 01:25:53 +03:00
metamod-r/metamod/extra/example/ex_rehlds_api.h

11 lines
238 B
C
Raw Normal View History

2017-03-10 18:38:35 +03:00
#pragma once
#include <rehlds_api.h>
extern IRehldsApi* g_RehldsApi;
extern const RehldsFuncs_t* g_RehldsFuncs;
extern IRehldsHookchains* g_RehldsHookchains;
extern IRehldsServerStatic* g_RehldsSvs;
2018-01-26 19:21:37 +03:00
extern bool meta_init_rehlds_api();