summaryrefslogtreecommitdiff
path: root/cheat/gmod/skins.hpp
blob: 4ce59717f17fc006e0f740c69eca2341afed1b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

namespace features
{
	class c_skins {
	private:
		int get_knife_index( );
		const char* get_model_str( );

		void override_knife( );
	public:
		void operator()( );
	};
}