da0e8efd27
* Remove 'isreplay' from player_info_s. Signed-off-by: aixxe <me@aixxe.net>
6 lines
101 B
C++
6 lines
101 B
C++
#pragma once
|
|
|
|
class IClientThinkable {
|
|
public:
|
|
virtual IClientUnknown* GetIClientUnknown() = 0;
|
|
}; |