diff options
Diffstat (limited to 'gmod/skins.hpp')
| -rw-r--r-- | gmod/skins.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gmod/skins.hpp b/gmod/skins.hpp deleted file mode 100644 index 4ce5971..0000000 --- a/gmod/skins.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once
-
-namespace features
-{
- class c_skins {
- private:
- int get_knife_index( );
- const char* get_model_str( );
-
- void override_knife( );
- public:
- void operator()( );
- };
-}
\ No newline at end of file |
