diff options
| author | navewindre <nw@moneybot.cc> | 2024-07-12 05:40:41 +0200 |
|---|---|---|
| committer | navewindre <nw@moneybot.cc> | 2024-07-12 05:40:41 +0200 |
| commit | 28f41cf689def99fb586bfca47b7e1786227a5a2 (patch) | |
| tree | 4a843c7785035ca548625ccf988ac924b8815f85 /src/csgo/csgo.h | |
| parent | 2ebf959ec02048c15323e1bbfc63faedcf5067b6 (diff) | |
base shit
Diffstat (limited to 'src/csgo/csgo.h')
| -rw-r--r-- | src/csgo/csgo.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/csgo/csgo.h b/src/csgo/csgo.h deleted file mode 100644 index f23be80..0000000 --- a/src/csgo/csgo.h +++ /dev/null @@ -1,22 +0,0 @@ -//|_ _ _. _ ._ |_ _. _ | -//| | (/_ (_| \/ (/_ | | | | (_| (_ |< - -#pragma once -#include "../process.h" -#include "../conout.h" -#include "interface.h" - - -class CSGO : public PROCESS32 { -public: - CSGO() : PROCESS32( "csgo.exe" ) {}; - - void dump_interfaces() { - interfaces = srceng_get_interfaces( this ); - } - - U32 client; - U32 engine; - - VECTOR<IFACE_ENTRY> interfaces; -};
\ No newline at end of file |
