Added the prototype for the radar function

This commit is contained in:
ALittlePatate
2022-01-02 16:58:07 +01:00
parent ec914914f7
commit 83efe702fb
6 changed files with 51 additions and 10 deletions

View File

@@ -13,4 +13,5 @@ namespace Signatures {
namespace Netvars {
static int m_fFlags;
static int m_flFlashMaxAlpha;
static int m_bSpotted;
}