good
This commit is contained in:
13
examples/cs2-silent-aim-master/cstrike/sdk/interfaces/ipvs.h
Normal file
13
examples/cs2-silent-aim-master/cstrike/sdk/interfaces/ipvs.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
// used: MEM::CallVFunc
|
||||
#include "../../utilities/memory.h"
|
||||
|
||||
class CPVS
|
||||
{
|
||||
public:
|
||||
void Set(bool bState)
|
||||
{
|
||||
MEM::CallVFunc<void*, 7U>(this, bState);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user