24 lines
698 B
C
Executable File
24 lines
698 B
C
Executable File
// ======================================================================
|
|
//
|
|
// FirstConnectionServer.h
|
|
// copyright (c) 2001 Sony Online Entertainment
|
|
//
|
|
// ======================================================================
|
|
|
|
#ifndef INCLUDED_FirstConnectionServer_H
|
|
#define INCLUDED_FirstConnectionServer_H
|
|
|
|
// ======================================================================
|
|
|
|
#include "sharedFoundation/FirstSharedFoundation.h"
|
|
|
|
#include "sharedDebug/FirstSharedDebug.h"
|
|
#include "ConnectionServer.h"
|
|
#include "sharedFoundation/NetworkIdArchive.h"
|
|
#include "sharedNetworkMessages/GameNetworkMessage.h"
|
|
|
|
// ======================================================================
|
|
|
|
#endif
|
|
|