feat: Initial commit of project structure, IDA database, the Tools, readme and license
This commit is contained in:
16
Ezfrags/Signatures.h
Normal file
16
Ezfrags/Signatures.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#include <stdio.h>
|
||||
|
||||
namespace get_sigs {
|
||||
void start();
|
||||
}
|
||||
|
||||
namespace Signatures {
|
||||
static DWORD dwForceJump;
|
||||
static DWORD dwLocalPlayer;
|
||||
}
|
||||
|
||||
namespace Netvars {
|
||||
static int m_fFlags;
|
||||
static int m_flFlashMaxAlpha;
|
||||
}
|
||||
Reference in New Issue
Block a user