mojo_client/src/Client/World/WorldPacketHandler.h_
False.Genesis 58872f1f39 initial release.
still a lot of stuff to fix before everything works as it should.
compilation works, linking produces errors.
most code cleanups done.
2007-01-05 18:30:22 +00:00

10 lines
242 B
Plaintext

#ifndef _WORLDPACKETHANDLER_H
#define _WORLDPACKETHANDLER_H
#include <string>
#include "Auth/ByteBuffer.h"
void HandleWorldPacket(ByteBuffer);
void HandleOpcode(uint16,ByteBuffer&);
void SendWorldPacket(uint16, ByteBuffer*);
#endif