Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -19,12 +19,13 @@ Declares the 1.10 protocol classes:
|
||||
|
||||
|
||||
|
||||
class cProtocol_1_10_0 :
|
||||
class cProtocol_1_10_0:
|
||||
public cProtocol_1_9_4
|
||||
{
|
||||
typedef cProtocol_1_9_4 Super;
|
||||
using Super = cProtocol_1_9_4;
|
||||
|
||||
public:
|
||||
|
||||
cProtocol_1_10_0(cClientHandle * a_Client, const AString &a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State);
|
||||
|
||||
virtual void SendSoundEffect(const AString & a_SoundName, double a_X, double a_Y, double a_Z, float a_Volume, float a_Pitch) override;
|
||||
|
||||
Reference in New Issue
Block a user