summaryrefslogtreecommitdiff
path: root/tf2/movement.h
diff options
context:
space:
mode:
Diffstat (limited to 'tf2/movement.h')
-rw-r--r--tf2/movement.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/tf2/movement.h b/tf2/movement.h
deleted file mode 100644
index d32fb2b..0000000
--- a/tf2/movement.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-#include "sdk.h"
-
-namespace features {
- class c_movement {
- public:
- void update( user_cmd_t* cmd ) {
- if ( !cmd ) return;
- m_cmd = cmd;
-
- bhop( );
- }
-
- private:
- void bhop( );
- void autostrafe( );
- user_cmd_t* m_cmd;
- };
-} \ No newline at end of file