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