mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
23 lines
641 B
C
Executable File
23 lines
641 B
C
Executable File
// ======================================================================
|
|
//
|
|
// FirstServerKeyShare.h
|
|
// copyright (c) 2001 Sony Online Entertainment
|
|
//
|
|
// ======================================================================
|
|
|
|
#ifndef INCLUDED_FirstServerKeyShare_H
|
|
#define INCLUDED_FirstServerKeyShare_H
|
|
|
|
// ======================================================================
|
|
|
|
#include "sharedFoundation/FirstSharedFoundation.h"
|
|
#include "sharedDebug/FirstSharedDebug.h"
|
|
|
|
#include "serverKeyShare/KeyServer.h"
|
|
#include "sharedRandom/RandomGenerator.h"
|
|
|
|
// ======================================================================
|
|
|
|
#endif
|
|
|