Initial commit.
* Beginning reconstruction of Source SDK. Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
10
include/cstrike/Classes/CInput.h
Normal file
10
include/cstrike/Classes/CInput.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
class CUserCmd;
|
||||
|
||||
class CInput {
|
||||
public:
|
||||
CUserCmd* GetUserCmd(int index) {
|
||||
return GetVirtualFunction<CUserCmd*(*)(CInput*, int)>(this, 8)(this, index);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user