#pragma once class CUserCmd; class CInput { public: CUserCmd* GetUserCmd(int index) { return GetVirtualFunction(this, 8)(this, index); } };