mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-02 03:16:11 -04:00
20 lines
593 B
C
Executable File
20 lines
593 B
C
Executable File
// FirstMetricsServer.h
|
|
// Copyright 2000-02, Sony Online Entertainment Inc., all rights reserved.
|
|
// Author: Justin Randall
|
|
|
|
#ifndef _INCLUDED_FirstMetricsServer_H
|
|
#define _INCLUDED_FirstMetricsServer_H
|
|
|
|
//-----------------------------------------------------------------------
|
|
|
|
#pragma warning ( disable : 4702 )
|
|
|
|
#include "Archive/ByteStream.h"
|
|
#include "sharedFoundation/FirstSharedFoundation.h"
|
|
#include "sharedFoundation/NetworkId.h"
|
|
#include "sharedNetwork/Connection.h"
|
|
|
|
//-----------------------------------------------------------------------
|
|
|
|
#endif // _INCLUDED_FirstChatServer_H
|