mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-27 07:15:37 +03:00
12 lines
248 B
C
12 lines
248 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <interface_helpers.h>
|
||
|
#include <resdk/cstrike/regamedll_api.h>
|
||
|
|
||
|
extern IReGameApi* ReGameApi;
|
||
|
extern const ReGameFuncs_t* ReGameFuncs;
|
||
|
extern IReGameHookchains* ReGameHookchains;
|
||
|
|
||
|
extern bool RegamedllApi_Init();
|