From 7ccb819f867493f8ec202ea3b39c94c198c64584 Mon Sep 17 00:00:00 2001 From: JustSomePwner Date: Thu, 30 Aug 2018 14:01:54 +0200 Subject: first --- gmod/extra.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gmod/extra.hpp (limited to 'gmod/extra.hpp') diff --git a/gmod/extra.hpp b/gmod/extra.hpp new file mode 100644 index 0000000..8d01603 --- /dev/null +++ b/gmod/extra.hpp @@ -0,0 +1,12 @@ +#pragma once +#include +#include + +namespace features +{ + class c_extra { + public: + void use_spammer( user_cmd_t* cmd ); + void third_person( ); + }; +} \ No newline at end of file -- cgit v1.2.3