This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/sconvars.hpp
2018-08-17 19:54:11 +02:00

30 lines
361 B
C++

/*
* sconvars.hpp
*
* Created on: May 1, 2017
* Author: nullifiedcat
*/
#pragma once
#include "common.hpp"
/*
* HECK off F1ssi0N
* I won't make NETWORK HOOKS to deal with this SHIT
*/
namespace sconvar
{
class SpoofedConVar
{
public:
SpoofedConVar(ConVar *var);
public:
ConVar *original;
ConVar *spoof;
};
} // namespace sconvar