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();
|