Add client entity class headers.
* Remove 'isreplay' from player_info_s. Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
6
include/cstrike/Classes/IClientThinkable.h
Normal file
6
include/cstrike/Classes/IClientThinkable.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
class IClientThinkable {
|
||||
public:
|
||||
virtual IClientUnknown* GetIClientUnknown() = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user