Using Super.

This commit is contained in:
Mattes D
2020-04-16 20:07:48 +00:00
committed by Alexander Harkness
parent f931590bf0
commit 9ee47e5999
399 changed files with 1815 additions and 1381 deletions
+3 -2
View File
@@ -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;