summaryrefslogtreecommitdiff
path: root/cheat/gmod/extra.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/gmod/extra.hpp')
-rw-r--r--cheat/gmod/extra.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/cheat/gmod/extra.hpp b/cheat/gmod/extra.hpp
new file mode 100644
index 0000000..8d01603
--- /dev/null
+++ b/cheat/gmod/extra.hpp
@@ -0,0 +1,12 @@
+#pragma once
+#include <vector>
+#include <deque>
+
+namespace features
+{
+ class c_extra {
+ public:
+ void use_spammer( user_cmd_t* cmd );
+ void third_person( );
+ };
+} \ No newline at end of file