summaryrefslogtreecommitdiff
path: root/gmod/identity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gmod/identity.hpp')
-rw-r--r--gmod/identity.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/gmod/identity.hpp b/gmod/identity.hpp
deleted file mode 100644
index 0d6e778..0000000
--- a/gmod/identity.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-#include "sdk.hpp"
-
-namespace features
-{
- class c_identity {
- private:
- void clantag_changer( );
- void name_changer( );
- public:
- void operator()( ) {
- clantag_changer( );
- name_changer( );
- }
- };
-} \ No newline at end of file