mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-02-14 07:48:47 +03:00
9 lines
108 B
C
9 lines
108 B
C
#pragma once
|
|
|
|
extern void Regamedll_Game_Init();
|
|
|
|
inline bool AreRunningCZero()
|
|
{
|
|
return g_bIsCzeroGame;
|
|
}
|