mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
24 lines
755 B
C
Executable File
24 lines
755 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 "sharedMemoryManager/FirstSharedMemoryManager.h"
|
|
#include "sharedDebug/FirstSharedDebug.h"
|
|
#include "ConnectionServer.h"
|
|
#include "sharedFoundation/NetworkIdArchive.h"
|
|
#include "sharedNetworkMessages/GameNetworkMessage.h"
|
|
|
|
// ======================================================================
|
|
|
|
#endif
|
|
|