mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-28 23:16:15 -04:00
15 lines
450 B
C
Executable File
15 lines
450 B
C
Executable File
// FirstServerConsole.h
|
|
// Copyright 2000-02, Sony Online Entertainment Inc., all rights reserved.
|
|
// Author: Justin Randall
|
|
|
|
#ifndef _INCLUDED_FirstServerConsole_H
|
|
#define _INCLUDED_FirstServerConsole_H
|
|
|
|
//-----------------------------------------------------------------------
|
|
|
|
#include "sharedFoundation/FirstSharedFoundation.h"
|
|
|
|
//-----------------------------------------------------------------------
|
|
|
|
#endif // _INCLUDED_FirstServerConsole_H
|