mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
Remove trailing whitespace
This commit is contained in:
+6
-6
@@ -30,14 +30,14 @@ class PerlPacket {
|
||||
public:
|
||||
PerlPacket(const char *opcode = "OP_Unknown", uint32 len = 0);
|
||||
~PerlPacket();
|
||||
|
||||
|
||||
bool SetOpcode(const char *opcode);
|
||||
void Resize(uint32 len);
|
||||
|
||||
|
||||
//sending functions
|
||||
void SendTo(Client *who);
|
||||
void SendToAll();
|
||||
|
||||
|
||||
//editing
|
||||
void Zero();
|
||||
void FromArray(int numbers[], uint32 length);
|
||||
@@ -46,16 +46,16 @@ public:
|
||||
void SetLong(uint32 pos, uint32 val);
|
||||
void SetFloat(uint32 pos, float val);
|
||||
void SetString(uint32 pos, char *str);
|
||||
|
||||
|
||||
void SetEQ1319(uint32 pos, float part13, float part19);
|
||||
void SetEQ1913(uint32 pos, float part19, float part13);
|
||||
|
||||
|
||||
//reading
|
||||
uint8 GetByte(uint32 pos);
|
||||
uint16 GetShort(uint32 pos);
|
||||
uint32 GetLong(uint32 pos);
|
||||
float GetFloat(uint32 pos);
|
||||
|
||||
|
||||
protected:
|
||||
EmuOpcode op;
|
||||
uint32 len;
|
||||
|
||||
Reference in New Issue
Block a user