summaryrefslogtreecommitdiff
path: root/src/csgo/csgo.h
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2024-07-12 05:40:41 +0200
committernavewindre <nw@moneybot.cc>2024-07-12 05:40:41 +0200
commit28f41cf689def99fb586bfca47b7e1786227a5a2 (patch)
tree4a843c7785035ca548625ccf988ac924b8815f85 /src/csgo/csgo.h
parent2ebf959ec02048c15323e1bbfc63faedcf5067b6 (diff)
base shit
Diffstat (limited to 'src/csgo/csgo.h')
-rw-r--r--src/csgo/csgo.h22
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