Added ChatServer and soePlatform

This commit is contained in:
Anonymous
2014-01-17 03:40:51 -07:00
parent 26b88b4533
commit 4fae2dfe0f
183 changed files with 64549 additions and 0 deletions
@@ -0,0 +1,18 @@
#ifndef UDPLIBRARY_UDPLIBRARY_H
#define UDPLIBRARY_UDPLIBRARY_H
// Copyright 2004 Sony Online Entertainment, all rights reserved.
// Author: Jeff Petersen
#include <stdio.h>
#include "UdpHandler.h"
#include "UdpDriver.h"
#include "UdpHelper.h"
#include "UdpLogicalPacket.h"
#include "UdpMisc.h"
#include "UdpManager.h"
#include "UdpConnection.h"
#endif