summaryrefslogtreecommitdiff
path: root/tf2/extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'tf2/extra.h')
-rw-r--r--tf2/extra.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/tf2/extra.h b/tf2/extra.h
deleted file mode 100644
index d25131c..0000000
--- a/tf2/extra.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-#include <vector>
-#include <deque>
-#include "IVEngineClient.h"
-#include "vector.hpp"
-#include "IClientMode.h"
-namespace features
-{
- class c_extra {
-
- public:
- void thirdperson( );
-
- void float_ragdolls( );
-
- void disable_post_processing( );
-
- private:
-
- };
-} \ No newline at end of file