mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-28 23:16:15 -04:00
18 lines
517 B
C++
Executable File
18 lines
517 B
C++
Executable File
// ======================================================================
|
|
//
|
|
// CustomPersistStep.cpp
|
|
// copyright (c) 2001 Sony Online Entertainment
|
|
//
|
|
// ======================================================================
|
|
|
|
#include "serverDatabase/FirstServerDatabase.h"
|
|
#include "serverDatabase/CustomPersistStep.h"
|
|
|
|
// ======================================================================
|
|
|
|
CustomPersistStep::~CustomPersistStep()
|
|
{
|
|
}
|
|
|
|
// ======================================================================
|